Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ndc-models and ndc-sdk to v0.1.4 #73

Merged
merged 9 commits into from
Jun 13, 2024
Merged

Conversation

dmoverton
Copy link
Contributor

@dmoverton dmoverton commented Jun 6, 2024

Describe your changes

Update to NDC v0.1.4 and path through file_path properties for filtering and ordering.

Type

(Select only one. In case of multiple, choose the most appropriate)

  • highlight
  • enhancement
  • bugfix
  • behaviour-change
  • performance-enhancement
  • security-fix

@dmoverton dmoverton marked this pull request as draft June 6, 2024 12:00
@dmoverton dmoverton changed the title Update ndc-models and ndc-sdk to v0.1.3 Update ndc-models and ndc-sdk to v0.1.4 Jun 13, 2024
@dmoverton dmoverton requested a review from hallettj June 13, 2024 12:25
Copy link
Collaborator

@hallettj hallettj left a comment

Choose a reason for hiding this comment

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

Looks good!

Comment on lines +140 to +149
ndc::Aggregate::ColumnCount {
column,
distinct,
field_path: _,
} => Ok(plan::Aggregate::ColumnCount { column, distinct }),
ndc::Aggregate::SingleColumn {
column,
function,
field_path: _,
} => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

We want to forward field paths here. But we need to do a pass of testing and cleaning up aggregate support anyway so that can wait a bit.

@hallettj hallettj marked this pull request as ready for review June 13, 2024 19:40
@codedmart codedmart merged commit 588d6c4 into main Jun 13, 2024
1 check passed
@codedmart codedmart deleted the dmoverton/ndc-spec-0.1.3 branch June 13, 2024 22:01
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