ArnavBalyan opened a new pull request, #9385:
URL: https://github.com/apache/paimon/pull/9385

   ### Purpose
    - Conditional queries can fail when a condition should skip a variant type 
conversion
    - This is because Paimon evaluates row by row conversion before Spark 
evaluates the condition. This causes failure for values which cannot be 
converted to the requested type.
    - Preserve Spark conditional query semantics for variant types.
   
   ### Tests
    - UT


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

Reply via email to