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] Update to the latest version #1673

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

igalshilman
Copy link
Contributor

@igalshilman igalshilman commented Jun 27, 2024

Updated data fusion to the latest version as part of #1655
Had to also update arrow-flight and transitively tonic.

@igalshilman igalshilman marked this pull request as ready for review June 27, 2024 22:20
@igalshilman igalshilman requested review from tillrohrmann and removed request for tillrohrmann June 27, 2024 22:22
@igalshilman
Copy link
Contributor Author

Needs a bit more testing.

@tillrohrmann
Copy link
Contributor

@igalshilman let me know when I should take a look at it.

@igalshilman
Copy link
Contributor Author

@tillrohrmann you can if you like, I'm now testing the CLI queries with it

Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

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

Thanks for upgrading our DF dependencies @igalshilman :-) The changes look good to me. +1 for merging.

Comment on lines 65 to 74
// hash_join
// .left()
// .properties()
// .output_ordering()
// .map(|s| s.to_vec()),
// hash_join
// .right()
// .properties()
// .output_ordering()
// .map(|s| s.to_vec()),
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this be removed or do we want to keep it for documentation purposes?

}

fn name(&self) -> &str {
"join_rewrite"
}

fn schema_check(&self) -> bool {
true
false
Copy link
Contributor

Choose a reason for hiding this comment

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

Out of curiosity: What is changing the schema so that we need to disable the schema check?

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Jul 25, 2024

@igalshilman what were the problems you ran into regarding joins? We have encountered a problem with a Datafusion dependency which would be solved by upgrading our Datafusion dependency (see #1749 for more details).

@igalshilman igalshilman merged commit 3418dae into restatedev:main Jul 30, 2024
6 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