kwai / blaze

Blazing-fast query execution engine speaks Apache Spark language and has Arrow-DataFusion at its core.
Apache License 2.0
968 stars 90 forks source link

minor fixes #467

Closed richox closed 1 month ago

richox commented 1 month ago

apply https://github.com/apache/datafusion/pull/10329 revert "split huge batch into smaller ones during projection (#448)", This reverts commit 7d33df12. fix issue "Nondeterministic expression xxx should be initialized before eval". fix issue "IO error: Bad file descriptor" while accessing spill file. fix jvm coredump by removing chrono dependency for printing logs.

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?