Shekharrajak commented on PR #2948:
URL: 
https://github.com/apache/datafusion-comet/pull/2948#issuecomment-3815585637

   > Could you clarify what "handle unsupported cases gracefully" means here? 
If an unexpected predicate reaches the native layer, does it fail safely 
(causing fallback) or could it produce incorrect results?
   
   if we could not find transform using  
IcebergReflection.findNonIdentityTransformInResiduals then we will do with 
native scan and get the correct result : 
   
    Native Scan   -> CometFilter -> User Query  
   
   https://github.com/apache/datafusion-comet/pull/2948/files#r2740040695


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