This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
from de2e702914 fix: normalize noncanonical NaN literals in comparisons
(#5472)
add a8fc789b3c feat: always count native allocations and log executor
native memory usage (#6162)
No new revisions were added by this update.
Summary of changes:
.github/actions/rust-test/action.yaml | 15 +-
docs/source/contributor-guide/memory_management.md | 54 ++--
docs/source/contributor-guide/tracing.md | 21 +-
docs/source/user-guide/latest/tuning.md | 56 ++++
native/common/src/bin/analyze_trace.rs | 7 +-
native/core/Cargo.toml | 6 -
native/core/benches/alloc_overhead.rs | 206 +++++++-------
native/core/src/alloc_accounting.rs | 41 ++-
native/core/src/execution/jni_api.rs | 311 ++++++++++++++++-----
native/core/src/lib.rs | 19 +-
.../org/apache/spark/CometTaskMemoryManager.java | 10 +
.../main/scala/org/apache/comet/CometConf.scala | 16 ++
.../scala/org/apache/comet/CometExecIterator.scala | 215 ++++++++++++++
spark/src/main/scala/org/apache/comet/Native.scala | 14 +
.../spark/CometExecIteratorLifecycleSuite.scala | 118 ++++++++
15 files changed, 842 insertions(+), 267 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]