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-1191] fix AQE exchange reuse in Spark3.2 #1192

Closed zhouyuan closed 1 year ago

zhouyuan commented 1 year ago

What changes were proposed in this pull request?

Fix AQE exchange reuse in Spark3.2 Note with this patch, the jars for Spark321 and Spark322 are separated. to build jar for Spark322 use -Pspark-3.2.2 to build jar for Spark321 use -Pspark3.2.1 Signed-off-by: Yuan Zhou yuan.zhou@intel.com

How was this patch tested?

pass jenkins

github-actions[bot] commented 1 year ago

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