huaxingao opened a new pull request #36050:
URL: https://github.com/apache/spark/pull/36050


   
   
   ### What changes were proposed in this pull request?
   In `JDBCV2Suite`, we use `checkPushedInfo` to check the pushed down 
operators. Will do the same for `FileSourceAggregatePushDownSuite`
   ```
     private def checkPushedInfo(df: DataFrame, expectedPlanFragment: String): 
Unit = {
       df.queryExecution.optimizedPlan.collect {
         case _: DataSourceV2ScanRelation =>
           checkKeywordsExistsInExplain(df, expectedPlanFragment)
       }
     }
   ```
   
   
   ### Why are the changes needed?
   Make `FileSourceAggregatePushDownSuite` have the same way to check pushed 
down operators as `JDBCV2Suite` .
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Existing tests
   


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