zhztheplayer opened a new pull request, #10812: URL: https://github.com/apache/incubator-gluten/pull/10812
We should always call `InMemoryRelation.clearSerializer()` for each Spark session that sets a new cache serializer. Otherwise the serializer will not be set. Failing to do this will cause flaky test results because whether the cache serializer is set to columnar or not is unclear when the test is run. The patch fixes the issue. -- 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]
