jackylee-ch opened a new issue, #12992: URL: https://github.com/apache/gluten/issues/12992
`spark-3.4` is the lowest supported profile, so `testWithMinSparkVersion(name, "3.4")` is just `test(name)` with extra indirection. 57 call sites across 14 files, mostly in `ScalarFunctionsValidateSuite`, `DeltaSuite` and `JsonFunctionsValidateSuite`. `testWithRangeSparkVersion` and `ignoreWithSpecifiedSparkVersion` in `GlutenQueryTest` have no callers either. Gates on 3.5 / 4.0 / 4.1 are live and should stay. No behaviour change — the point is that every remaining version gate is then a real one. Best done after #12981. Follow-up to #12807. -- 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]
