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

chore: Upgrade to datafusion 12 & arrow 23 #269

Merged
merged 7 commits into from
Sep 27, 2022
Merged

chore: Upgrade to datafusion 12 & arrow 23 #269

merged 7 commits into from
Sep 27, 2022

Conversation

chunshao90
Copy link
Contributor

@chunshao90 chunshao90 commented Sep 25, 2022

Which issue does this PR close?

Closes #253

Rationale for this change

Upgrade datafusion and arrow to fix #253 .

What changes are included in this PR?

Upgrade to datafusion 12 & arrow 23.
Jobs left:

Changelog of those two packages:

Are there any user-facing changes?

No.

How does this change test

#272 added a test case to test #253 .

@chunshao90 chunshao90 changed the title Update datafusion 12 chore: Update datafusion 12 Sep 26, 2022
@chunshao90 chunshao90 changed the title chore: Update datafusion 12 chore: Upgrade to datafusion 12 & arrow 23 Sep 26, 2022
@chunshao90 chunshao90 marked this pull request as ready for review September 26, 2022 08:30
analytic_engine/src/sst/parquet/encoding.rs Outdated Show resolved Hide resolved
arrow_deps/Cargo.toml Outdated Show resolved Hide resolved
arrow_deps/src/display.rs Show resolved Hide resolved
common_types/src/column.rs Outdated Show resolved Hide resolved
common_types/src/column.rs Outdated Show resolved Hide resolved
df_operator/src/functions.rs Outdated Show resolved Hide resolved
df_operator/src/functions.rs Outdated Show resolved Hide resolved
df_operator/src/udfs/thetasketch_distinct.rs Outdated Show resolved Hide resolved
sql/src/promql/udf.rs Show resolved Hide resolved
Copy link
Member

@ShiKaiWi ShiKaiWi left a comment

Choose a reason for hiding this comment

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

LGTM

@ShiKaiWi ShiKaiWi merged commit 641c5d4 into apache:main Sep 27, 2022
chunshao90 added a commit to chunshao90/ceresdb that referenced this pull request May 15, 2023
* chore: Upgrade to datafusion 12 && Arrow 23

* chore: fix clippy

* chore: fix clippy

* chore: refactor code

* test: fix tests

* refactor by CR

* refactor code
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.

Occurs attempt to subtract with overflow panic
2 participants