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

   ### What changes were proposed in this pull request?
   Implementing equals and hashCode in the InMemoryBatchScan and  
InMemoryV2FilterBatchScan so that the pushed runtime filters are taken into 
account.
   
   
   ### Why are the changes needed?
   These test classes need the change so that the issue of re-use of exchange 
not happening in AQE when runtime filters are pushed to scan levels,  can be 
reproduced. Currently either the tests are not actually validating the reuse of 
exchange happening when dynamic pruning expressions are pushed to scan levels 
in partitioned key based joins, or they are false passing because the equality 
of the test scans are not taking into account runtime filters.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   This is test class change., It is possibe that the existing tests may fail 
till the dependent fixes are made in source code.
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   no


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