zhengruifeng opened a new pull request, #55557:
URL: https://github.com/apache/spark/pull/55557

   ### What changes were proposed in this pull request?
   
   Follow-up to SPARK-56591. Seven additional `sql-core` test suites still mix 
in `QueryTest` alongside `SharedSparkSession` (which already extends 
`QueryTest`), so the explicit mixin is redundant. This removes the redundant 
`with QueryTest` and the now-unused `QueryTest` imports:
   
   - `SchemaPruningSuite`
   - `ParquetRebaseDatetimeSuite`
   - `ParquetTypeWideningSuite`
   - `ParquetFileFormatSuite`
   - `FileSourceAggregatePushDownSuite`
   - `QueryCompilationErrorsSuite`
   - `QueryExecutionErrorsSuite`
   
   ### Why are the changes needed?
   
   SPARK-56591 missed these cases. Removes redundant trait mixins so the 
`extends` lists faithfully describe the class hierarchy.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. Test-only class-declaration cleanup.
   
   ### How was this patch tested?
   
   Existing tests. (Local `sql/Test/compile` was attempted but blocked by an 
unrelated dependency-resolution failure for 
`io.netty:netty-tcnative-boringssl-static`; GitHub Actions CI on this PR will 
compile the affected modules.)
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (model: claude-opus-4-7)


-- 
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