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

[Minor] Bump DataFusion #480

Merged
merged 2 commits into from
Oct 31, 2022
Merged

[Minor] Bump DataFusion #480

merged 2 commits into from
Oct 31, 2022

Conversation

Dandandan
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@Dandandan Dandandan changed the title Bump DataFusion [Minor] Bump DataFusion Oct 30, 2022
@Dandandan Dandandan marked this pull request as ready for review October 30, 2022 16:53
@Dandandan
Copy link
Contributor Author

Somehow still is using a LeftAnti for q22 🤔

                HashJoinExec: mode=Partitioned, join_type=LeftAnti, on=[(Column { name: "c_custkey", index: 0 }, Column { name: "o_custkey", index: 0 })], metrics=[output_rows=419974, elapsed_compute=25.637611ms, spill_count=0, spilled_bytes=0, mem_used=0]
                  CoalesceBatchesExec: target_batch_size=4096, metrics=[]
                    ShuffleReaderExec: partitions=16, metrics=[output_rows=14999999, elapsed_compute=507.571438ms, spill_count=0, spilled_bytes=0, mem_used=0]
                  CoalesceBatchesExec: target_batch_size=4096, metrics=[]
                    ShuffleReaderExec: partitions=16, metrics=[output_rows=1, elapsed_compute=1.107µs, spill_count=0, spilled_bytes=0, mem_used=0]

@andygrove andygrove merged commit 4453baf into apache:master Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants