Skip to content

[SPARK-27713][SQL] Move org.apache.spark.sql.execution.* in catalyst to core - #24607

Closed
xy-xin wants to merge 1 commit into
apache:masterfrom
xy-xin:SPARK-27713
Closed

[SPARK-27713][SQL] Move org.apache.spark.sql.execution.* in catalyst to core#24607
xy-xin wants to merge 1 commit into
apache:masterfrom
xy-xin:SPARK-27713

Conversation

@xy-xin

Copy link
Copy Markdown

What changes were proposed in this pull request?

RecordBinaryComparator, UnsafeExternalRowSorter and UnsafeKeyValueSorter now locates in catalyst, which should be moved to core, as they're used only in physical plan.

How was this patch tested?

exist tests.

@xy-xinxy-xin changed the title Move org.apache.spark.sql.execution.* in catalyst to core[SPARK-27713][SQL] Move org.apache.spark.sql.execution.* in catalyst to coreMay 15, 2019
@xy-xin

Copy link
Copy Markdown
Author

@cloud-fan

Copy link
Copy Markdown
Contributor

ok to test

@cloud-fan

Copy link
Copy Markdown
Contributor

makes sense to me

@HyukjinKwon

Copy link
Copy Markdown
Member

Yup, makes sense to me too

@kiszk

Copy link
Copy Markdown
Member

Looks good

@JoshRosen

Copy link
Copy Markdown
Contributor

👍 from me, especially since these classes are low-level and internal to Spark (so I think there's no risk of breaking third-party packages).

@SparkQA

Copy link
Copy Markdown

Test build #105396 has finished for PR 24607 at commit 6909b5a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@viirya

Copy link
Copy Markdown
Member

Makes sense. The related test suite RecordBinaryComparatorSuite is in core, too.

@cloud-fan

Copy link
Copy Markdown
Contributor

thanks, merging to master!

@xy-xin

Copy link
Copy Markdown
Author

Sign up for freeto 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.

7 participants

@xy-xin@cloud-fan@HyukjinKwon@kiszk@JoshRosen@SparkQA@viirya