-
Notifications
You must be signed in to change notification settings - Fork 72
[DF] use datafusion 9956f80f197550051db7debae15d5c706afc22a3 #667
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
[DF] use datafusion 9956f80f197550051db7debae15d5c706afc22a3 #667
Conversation
| use core::iter::Peekable; | ||
| use core::str::Chars; | ||
| use sqlparser::dialect::Dialect; | ||
| use datafusion_sql::sqlparser::dialect::Dialect; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can use the version of sqlparser re-exported by DataFusion rather than manage this dependency ourselves
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
jdye64
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the version bump Andy!
Codecov Report
@@ Coverage Diff @@
## datafusion-sql-planner #667 +/- ##
=========================================================
Coverage ? 66.97%
=========================================================
Files ? 73
Lines ? 3637
Branches ? 753
=========================================================
Hits ? 2436
Misses ? 1055
Partials ? 146 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@andygrove we had some upstream CI issues. Could you merge that latest upstream/datafusion-sql-planner and push again? I think that should sort out the CI build |
|
@jdye64 upmerged and bumped the versions again - note there is a change to decimal 128/256 support now |
Upgrade to the latest version of DataFusion and Arrow.
Changes:
DataTypes::Decimalwas renamed toDecimal128andDecimal256was added, and these are now both supported here