Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[SPARK-27713][SQL] Move org.apache.spark.sql.execution.* in catalyst …
…to core

## 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.

Closes #24607 from xianyinxin/SPARK-27713.

Authored-by: xy_xin <xianyin.xxy@alibaba-inc.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
  • Loading branch information
xy_xin authored and cloud-fan committed May 15, 2019
1 parent 7dd2dd5 commit fd9acf2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 0 deletions.

0 comments on commit fd9acf2

Please sign in to comment.