Skip to content

Commit

Permalink
[GJ -9] Further clean the legacy code (#11)
Browse files Browse the repository at this point in the history
* change structure of the project

* remove datasource

* clean unnecessary code
  • Loading branch information
rui-mo committed Dec 20, 2021
1 parent 389fb39 commit 3b4403a
Show file tree
Hide file tree
Showing 162 changed files with 9 additions and 979 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ set(JEMALLOC_BUILD_VERSION "5.2.1")

find_package(JNI REQUIRED)
set(source_root_directory ${CMAKE_CURRENT_SOURCE_DIR})
set(substrait_proto_directory ${CMAKE_CURRENT_SOURCE_DIR}/../../core/src/main/java/com/intel/oap/substrait/binary)
set(substrait_proto_directory ${CMAKE_CURRENT_SOURCE_DIR}/../../jvm/src/main/java/com/intel/oap/substrait/binary)
message(STATUS "Set Substrait Directory in ${substrait_proto_directory}")

find_program(CCACHE_FOUND ccache)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 4 additions & 5 deletions native-sql-engine/core/pom.xml → jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.intel.oap</groupId>
<artifactId>native-sql-engine-parent</artifactId>
<artifactId>gazelle-jni-parent</artifactId>
<version>1.2.0-snapshot</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.intel.oap</groupId>
<artifactId>spark-columnar-core</artifactId>
<artifactId>gazelle-jni-jvm</artifactId>
<version>1.2.0-snapshot</version>
<packaging>jar</packaging>
<name>OAP Project Spark Columnar Plugin</name>
<name>Gazelle Jni</name>

<properties>
<cpp.dir>../cpp/</cpp.dir>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ import org.apache.spark.sql.catalyst.expressions.Attribute
import org.apache.spark.sql.connector.read.{InputPartition, PartitionReaderFactory}
import org.apache.spark.sql.execution.SparkPlan
import org.apache.spark.sql.execution.datasources.FilePartition
import org.apache.spark.sql.execution.datasources.v2.VectorizedFilePartitionReaderHandler
import org.apache.spark.sql.execution.datasources.v2.parquet.ParquetPartitionReaderFactory
import org.apache.spark.sql.execution.metric.SQLMetric
import org.apache.spark.sql.util.ArrowUtils
import org.apache.spark.sql.util.OASPackageBridge._
Expand Down

This file was deleted.

Loading

0 comments on commit 3b4403a

Please sign in to comment.