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

Datafusion 22 upgrade #360

Merged
merged 2 commits into from
Apr 19, 2023
Merged

Datafusion 22 upgrade #360

merged 2 commits into from
Apr 19, 2023

Conversation

gruuya
Copy link
Contributor

@gruuya gruuya commented Apr 19, 2023

Upgrade Seafowl to DF 22 and Arrow 36, and thereby close #349.

Also refine some finesse(s) on UPDATE and DELETE partition pruning logic, and add corresponding tests. In particular, in case when we don't have any partitions to remove/add to the table state (because the WHERE clause completely misses all partitions), simply make a new table version and inherit all partitions as is. There are two alternatives that could be done here:

  • make a new table version and if there are more than 1 partition try to fuse them together.
  • don't make a new table version at all.

@gruuya gruuya requested a review from mildbyte April 19, 2023 10:56
| SQLDataType::Varbinary(_)
| SQLDataType::Blob(_)
| SQLDataType::Datetime(_)
| SQLDataType::Interval
| SQLDataType::JSON
Copy link
Contributor

Choose a reason for hiding this comment

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

Ooh, this looks exciting. Is there some JSON routine support coming to DF?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it's only supported in sqlparser for now.

@gruuya gruuya merged commit 9b141ab into main Apr 19, 2023
@gruuya gruuya deleted the datafusion-22-upgrade branch April 19, 2023 11:18
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.

Panic on TIMESTAMP-returning queries over HTTP with more than one value
2 participants