Skip to content

Commit

Permalink
[SPARK-35535][SQL][FOLLOWUP] Move LocalScan to Catalyst package
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This is a follow-up of #32678. It moves `LocalScan` from SQL core package to Catalyst package.

### Why are the changes needed?

There are two packages for `org.apache.spark.sql.connector`
SQL Core: https://github.com/apache/spark/tree/master/sql/core/src/main/java/org/apache/spark/sql/connector
Catalyst: https://github.com/apache/spark/tree/master/sql/catalyst/src/main/java/org/apache/spark/sql/connector

As `LocalScan` doesn't depend on the classes of SQL Core, we should move it to catalyst.
### Does this PR introduce _any_ user-facing change?

No, the trait is not released yet.

### How was this patch tested?

Existing UT.

Closes #33826 from gengliangwang/moveLocalScan.

Authored-by: Gengliang Wang <gengliang@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 5b4c216)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
gengliangwang authored and dongjoon-hyun committed Aug 24, 2021
1 parent e48de78 commit a313082
Showing 1 changed file with 0 additions and 0 deletions.

0 comments on commit a313082

Please sign in to comment.