alamb commented on issue #25190:
URL: https://github.com/apache/datafusion/issues/25190#issuecomment-5640519791

   > SELECT CASE a WHEN 1 THEN 'x' WHEN 2 THEN 'y' ELSE 'z' END FROM data
   Produce the plan with to_substrait_plan and inspect the IfThen in the
   projection directly, rather than round-tripping it through the consumer:
   
   
   I don't understand the bug here
   
   this ticket basically says that the substrait plan datafusion produces is 
wrong but doesn't say what is being affeted
   
   Is this a compatibility problem?
   
   What is the problem you are solving here?
   


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