viirya commented on PR #52578:
URL: https://github.com/apache/spark/pull/52578#issuecomment-3600778235

   > There are a couple of issues with the new DSV2 rule 
SupportsPushDownVariants in this PR:
   
   > 1. The mix-in trait should override ScanBuilder rather than Scan for 
consistency.
   
   I am neutral on this. I can make a change to do this if all are agreed on 
this direction.
   
   > 2. Variant type projections can only be fully pushed down or not pushed 
down at all. Since there are only two states, the API can be simplified to 
`boolean[] pushVariantProjections(VariantProjection[] projections);`.
   
   Not sure why getting the conclusion. Why it must be fully or not at all? I 
think it makes sense to partially push down.
   
   > Given these issues, we should improve the API before 4.1 release.
   
   


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