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 to partiql-lang-rust 0.4.1 #12

Merged
merged 2 commits into from
May 26, 2023
Merged

Update to partiql-lang-rust 0.4.1 #12

merged 2 commits into from
May 26, 2023

Conversation

jpschorr
Copy link
Contributor


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

@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (1d35d45) 0.15% compared to head (948f7f9) 0.14%.

Additional details and impacted files
@@              Coverage Diff              @@
##           pre-update     #12      +/-   ##
=============================================
- Coverage        0.15%   0.14%   -0.01%     
=============================================
  Files               7       7              
  Lines             647     669      +22     
=============================================
  Hits                1       1              
- Misses            646     668      +22     
Impacted Files Coverage Δ
src/error.rs 0.00% <ø> (ø)
src/evaluate.rs 0.00% <0.00%> (ø)
src/repl.rs 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

Looks good to update to v0.4.1. Had a couple questions about some imports. Also, is this PR meant to target pre-update or main?

partiql-value = "0.4"
partiql-eval = "0.4"
partiql-extension-ion = "0.4"
partiql-extension-ion-functions = "~0.4.1"
Copy link
Member

Choose a reason for hiding this comment

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

Should this version be "0.4"?

Suggested change
partiql-extension-ion-functions = "~0.4.1"
partiql-extension-ion-functions = "0.4."

Copy link
Contributor Author

@jpschorr jpschorr May 26, 2023

Choose a reason for hiding this comment

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

No, requires 0.4.1 or above for this change: partiql/partiql-lang-rust#377

@@ -62,6 +67,12 @@ tiny-skia = { version ="0.6.*", optional = true }
strum = { version ="0.24.*", features = ["derive"], optional = true }
dot-writer = { version = "0.1.*", optional = true }

ion-rs = {git="https://github.com/amazon-ion/ion-rust"}
Copy link
Member

Choose a reason for hiding this comment

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

Is it pointing to the GitHub repo because there's a feature not yet released by ion-rs?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. In some cases (several of my test cases), the ion reader would fail. All that I've seen are fixed by amazon-ion/ion-rust#552

@jpschorr jpschorr changed the title Feat update Update to partiql-lang-rust 0.4.1 May 26, 2023
@jpschorr jpschorr merged commit 876f33d into pre-update May 26, 2023
@jpschorr jpschorr deleted the feat-update branch May 26, 2023 05:13
@jpschorr jpschorr restored the feat-update branch May 26, 2023 05:14
@jpschorr jpschorr mentioned this pull request May 26, 2023
@jpschorr jpschorr deleted the feat-update branch May 26, 2023 16:33
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