wForget commented on PR #34023:
URL: https://github.com/apache/spark/pull/34023#issuecomment-2113995703

   @cloud-fan This change also affects `PhysicalOperation`, causing hive 
partition pruning to not take effect when there is a non-deterministic project. 
Is this expected behavior?
   
   like:
   ```
   select * 
   from (
     select
       c1, reflect('java.net.URLDecoder', 'decode', c2, 'UTF-8') as c2, dt
     from test) t1
   where dt='2024-05-15' limit 10;
   ```


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