zml1206 opened a new pull request, #12475:
URL: https://github.com/apache/gluten/pull/12475

   Enable GlutenSparkSessionExtensionSuite for Spark 4.0/4.1 Velox UTs.
   The suite should not mix in GlutenTestsTrait, because that trait initializes 
a shared Gluten Spark session in beforeAll. Spark’s upstream 
SparkSessionExtensionSuite creates sessions with custom extensions per test, 
and reusing an existing session may cause injected extensions such as analyzer 
rules to be ignored.
   This patch changes Spark 4.0/4.1 GlutenSparkSessionExtensionSuite to use 
GlutenTestsCommonTrait, matching the suite’s need for Gluten test filtering 
without creating a shared session, then enables the suite in Velox test 
settings.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to