zinking commented on PR #37479:
URL: https://github.com/apache/spark/pull/37479#issuecomment-1217364666

   > @zinking
   > 
   > > what about this case: day(ts)=1 versus col1 > 13. where ts is a 
partition column while col1 is not. and some v2 data source implementation is 
capable of pushing that day function down. ? what will happen?
   > 
   > Seems to me the current implementation can only push down filters which 
are in the format of attribute cmp lit. Could you copy and paste the plan that 
pushes down `day(ts)=1`?
   
   just wondering this simple patch might not work for some weird edge cases, 
anyways I don't have that at hand yet. this is good for now.


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