oap-project / gazelle_plugin

Native SQL Engine plugin for Spark SQL with vectorized SIMD optimizations.
Apache License 2.0
256 stars 77 forks source link

[NSE-1135] Introduce shim layer for supporting spark 3.2.2 #1146

Closed PHILO-HE closed 1 year ago

PHILO-HE commented 1 year ago

What changes were proposed in this pull request?

Refactored the shim layer code for spark 3.2.x. A common module for spark 3.2.x shims is introduced to maintain common code for spark321 and spark322. The spark322 shim layer module was added and some classes applicable for spark322 are also kept in this module, like what we did for other spark versions.

We have spark-3.2.1 and spark-3.2.2 profile added in the PR. To compile for spark321 or spark322, use -Pspark-3.2.1 and -Pspark-3.2.2 respectively in maven building. And -Pspark-3.2 is still kept, which uses spark321 as default.

How was this patch tested?

TPC-H/DS.

github-actions[bot] commented 1 year ago

https://github.com/oap-project/native-sql-engine/issues/1135