Closed zhouyuan closed 1 year ago
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
-Pspark-3.2.2
-Pspark3.2.1
pass jenkins
https://github.com/oap-project/native-sql-engine/issues/1191
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.comHow was this patch tested?
pass jenkins