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

feat(substrait): Update to Substrait v0.53.0 #40

Merged
merged 4 commits into from
Aug 6, 2024

Conversation

anshuldata
Copy link
Contributor

@anshuldata anshuldata commented Aug 6, 2024

  • Update substrait proto dependency to v0.53.0
  • go generate
  • Fixed Literal methods to accommodate breaking user defined type changes (this one)
  • Fixed AdvancedExtenstion interface to accomodate breaking change (this one)
  • Added linter directive in files using deprecated fields. "staticcheck" doesn't seem to have config to ignore a particular check so ignoring "deprecated field" check in files which are using deprecated fields

    * Update substrait proto dependency to v0.53.0

    * go generate
Copy link

codecov bot commented Aug 6, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@9ae8754). Learn more about missing BASE report.

Files Patch % Lines
expr/literals.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage        ?   46.38%           
=======================================
  Files           ?       15           
  Lines           ?     5553           
  Branches        ?        0           
=======================================
  Hits            ?     2576           
  Misses          ?     2809           
  Partials        ?      168           

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

@anshuldata
Copy link
Contributor Author

anshuldata commented Aug 6, 2024

There are fields which are deprecated. I need to fix linter. Marking this PR as Draft

@anshuldata anshuldata changed the title chore(substrait): Bump substrait proto version chore(substrait): [DRAFT]Bump substrait proto version Aug 6, 2024
@anshuldata anshuldata marked this pull request as draft August 6, 2024 14:04
* staticcheck doesn't have a ignore "check" at global level. So to fix quickly using linter directive
@anshuldata anshuldata marked this pull request as ready for review August 6, 2024 15:25
@jacques-n jacques-n changed the title chore(substrait): [DRAFT]Bump substrait proto version chore(substrait): Bump substrait proto version Aug 6, 2024
@jacques-n jacques-n changed the title chore(substrait): Bump substrait proto version feat(substrait): Bump substrait proto version Aug 6, 2024
@jacques-n jacques-n changed the title feat(substrait): Bump substrait proto version feat(substrait): Update to Substrait v0.53.0 Aug 6, 2024
Copy link
Contributor

@jacques-n jacques-n left a comment

Choose a reason for hiding this comment

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

Not a huge fan of the lint ignores for deprecations but probably can be addressed separately.

@jacques-n jacques-n merged commit 0ea5482 into substrait-io:main Aug 6, 2024
7 checks passed
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.

2 participants