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 arrow 18.0.0 #2856

Merged
merged 3 commits into from
Jul 11, 2022
Merged

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 8, 2022

Draft until arrow 18.0.0 is released: apache/arrow-rs#1952

Updates DataFusion to use arrow 18.0.0

@github-actions github-actions bot added core Core DataFusion crate physical-expr Physical Expressions labels Jul 8, 2022
@alamb alamb force-pushed the alamb/update_arrow_18.0.0 branch from c0e2e8a to 78571f5 Compare July 11, 2022 21:23
@github-actions github-actions bot added logical-expr Logical plan and expressions optimizer Optimizer rules sql SQL Planner labels Jul 11, 2022
@alamb alamb marked this pull request as ready for review July 11, 2022 21:24
@codecov-commenter
Copy link

Codecov Report

Merging #2856 (78571f5) into master (b6370ee) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2856   +/-   ##
=======================================
  Coverage   85.24%   85.25%           
=======================================
  Files         275      275           
  Lines       49010    49010           
=======================================
+ Hits        41781    41783    +2     
+ Misses       7229     7227    -2     
Impacted Files Coverage Δ
datafusion/core/src/physical_plan/hash_join.rs 94.95% <ø> (ø)
datafusion/core/src/physical_plan/hash_utils.rs 40.43% <ø> (ø)
datafusion/physical-expr/src/aggregate/min_max.rs 95.75% <ø> (ø)
datafusion/physical-expr/src/aggregate/sum.rs 69.79% <ø> (ø)
datafusion/physical-expr/src/expressions/cast.rs 98.46% <ø> (ø)
...tafusion/physical-expr/src/expressions/try_cast.rs 98.79% <ø> (ø)
datafusion/core/src/physical_plan/join_utils.rs 93.61% <100.00%> (ø)
datafusion/expr/src/logical_plan/plan.rs 74.36% <0.00%> (ø)
datafusion/core/src/physical_plan/metrics/value.rs 87.43% <0.00%> (+0.50%) ⬆️
datafusion/expr/src/window_frame.rs 93.27% <0.00%> (+0.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6370ee...78571f5. Read the comment docs.

@andygrove andygrove merged commit d0d5564 into apache:master Jul 11, 2022
@alamb alamb deleted the alamb/update_arrow_18.0.0 branch July 12, 2022 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Physical Expressions sql SQL Planner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants