Skip to content

Conversation

@berkaysynnada
Copy link
Contributor

Which issue does this PR close?

Closes #5297.

Rationale for this change

With the new concat_batches function in arrow::compute module. We no longer need to merge_batches function. It can be removed from codebase.

What changes are included in this PR?

merge_batches calls are replaced by concat_batches, and merge_batches is removed.

Are these changes tested?

Existing tests are enough, no need to write new tests.

Are there any user-facing changes?

No.

merge_batches function is replaced by concat_batches function from arrow::compute
@github-actions github-actions bot added the core Core DataFusion crate label Feb 16, 2023
@Dandandan Dandandan merged commit bee4285 into apache:main Feb 16, 2023
@ursabot
Copy link

ursabot commented Feb 16, 2023

Benchmark runs are scheduled for baseline = a10f3a0 and contender = bee4285. bee4285 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ec2-t3-xlarge-us-east-2] ec2-t3-xlarge-us-east-2
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on test-mac-arm] test-mac-arm
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-i9-9960x] ursa-i9-9960x
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-thinkcentre-m75q] ursa-thinkcentre-m75q
Buildkite builds:
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@berkaysynnada berkaysynnada deleted the feature/merge_batches_removal branch February 17, 2023 14:05
jiangzhx pushed a commit to jiangzhx/arrow-datafusion that referenced this pull request Feb 24, 2023
* Remove merge_batches function

merge_batches function is replaced by concat_batches function from arrow::compute

* Redundant merge_multiple_batches function is also removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace merge_batches with concat_batches

4 participants