oap-project / sql-ds-cache

Spark* plug-in for accelerating Spark* SQL performance by using cache and index at SQL data source layer.
Apache License 2.0
37 stars 25 forks source link

[SQL-DS-CACHE-214][POAE7-1410] fix build failed issue when using -Psh… #215

Closed ZJie1 closed 2 years ago

ZJie1 commented 2 years ago

…ading option for ape-spark

What changes were proposed in this pull request?

  1. make java build only correctly.
  2. change java and native build to -PsparkNative option.

How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

pass TPCH tests and make sure it uses native read.

github-actions[bot] commented 2 years ago

https://github.com/oap-project/sql-ds-cache/issues/214

jikunshang commented 2 years ago

LGTM.