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

bug fixes #717

Merged
merged 1 commit into from
Dec 24, 2024
Merged

bug fixes #717

merged 1 commit into from
Dec 24, 2024

Conversation

richox
Copy link
Collaborator

@richox richox commented Dec 24, 2024

fix collect_set/collect_list incorrect spill.

fix parsing parquet int96 to timestamp error.

fix compatibility of casting str to int.

fix Incorrect CASE WHEN + ELSE NULL behavior (apache/datafusion#13885).

use number of physical cores as tokio parallelism, removing blaze.tokio.num.worker.threads.

sort multiple batches with interleaver in repartitioner.

use in-place radix sort.

use sync channel in ipc reading.

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

fix parsing parquet int96 to timestamp error.

fix compatibility of casting str to int.

fix Incorrect CASE WHEN + ELSE NULL behavior (apache/datafusion#13885).

use number of physical cores as tokio parallelism, removing blaze.tokio.num.worker.threads.

sort multiple batches with interleaver in repartitioner.

use in-place radix sort.

use sync channel in ipc reading.
@gy11233 gy11233 merged commit 43f4e58 into master Dec 24, 2024
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