Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-828] Add native CoalesceBatches implementation #829

Merged
merged 5 commits into from
Apr 13, 2022

Conversation

zhixingheyi-tian
Copy link
Collaborator

@zhixingheyi-tian zhixingheyi-tian commented Apr 6, 2022

What changes were proposed in this pull request?

This patch adds C++ based CoalesecBatch

closes: #828

How was this patch tested?

UT & pass jenkins

@github-actions
Copy link

github-actions bot commented Apr 6, 2022

#828

@zhouyuan
Copy link
Collaborator

zhouyuan commented Apr 7, 2022

@zhixingheyi-tian can you do a rebase? The GHA should be fixed on master

conf.set("spark.memory.offHeap.size", String.valueOf(MAX_DIRECT_MEMORY))
.set("spark.plugins", "com.intel.oap.GazellePlugin")
.set("spark.sql.codegen.wholeStage", "false")
.set("spark.sql.sources.useV1SourceList", "")
Copy link
Collaborator

Choose a reason for hiding this comment

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

are these configurations still required?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@zhixingheyi-tian
Copy link
Collaborator Author

@zhixingheyi-tian can you do a rebase? The GHA should be fixed on master

GHA has passed.

@zhixingheyi-tian
Copy link
Collaborator Author

@zhouyuan

Added memory leak detection UT.

@zhouyuan zhouyuan merged commit caf920b into oap-project:master Apr 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CoalesceBatches native implementation
2 participants