Skip to content

Conversation

johnedquinn
Copy link
Member

Description

  • Audits eval package
  • Removes the public getValues() on Row.

License Information

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@johnedquinn johnedquinn requested a review from alancai98 January 10, 2025 23:08
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.03%. Comparing base (4bf549b) to head (6900724).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1709   +/-   ##
=========================================
  Coverage     80.03%   80.03%           
  Complexity       47       47           
=========================================
  Files            19       19           
  Lines           506      506           
  Branches         23       23           
=========================================
  Hits            405      405           
  Misses           88       88           
  Partials         13       13           
Flag Coverage Δ
EXAMPLES 80.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@alancai98 alancai98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one suggestion but looks good otherwise

*/
public class Row {

private final Datum[] values;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: perhaps could still be helpful to have a method to get all the values?

@johnedquinn johnedquinn merged commit a7b772e into partiql:main Jan 13, 2025
7 checks passed
@johnedquinn johnedquinn deleted the main-eval-audit branch January 13, 2025 21:11
johnedquinn added a commit to johnedquinn/partiql-lang-jvm that referenced this pull request Jan 15, 2025
johnedquinn added a commit that referenced this pull request Jan 15, 2025
* Fixes 6 arithmetic tests
* Fixes 39 conformance tests related to typing of functions
* Makes the MOD funtion public, as dictated by SQL:1999
* Revert "Audits eval package (#1709)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants