Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
remove arrow-data-source-common from jar with dependency (#453)
Browse files Browse the repository at this point in the history
native sql engine is bundled with arrow data source now so
it should be safe to assume those dataset related class will
be 'pre-loaded'

with this fix the jar size is ~97MB(was ~147MB) on my local env

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan authored Aug 6, 2021
1 parent 91256fd commit b8aa398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native-sql-engine/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
<artifactId>spark-arrow-datasource-common</artifactId>
<groupId>com.intel.oap</groupId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
Expand Down

0 comments on commit b8aa398

Please sign in to comment.