findepi commented on issue #12723:
URL: https://github.com/apache/datafusion/issues/12723#issuecomment-2428905995

   https://github.com/apache/datafusion/pull/13028 change  is a great 
supporting example for this initiative.
   We have a language feature we want to expose in DataFusion 
(https://github.com/apache/datafusion/issues/9821), and due to how logical plan 
construction works today, this mostly-syntax-sugar feature affects logical plan 
structure, but it has no practical impact on logical plan expressibility, so 
from LP user perspective, it's a breaking change with no added value. 
   If we had clear frontend vs core separation -- as being proposed here -- 
downstream LP consumers would be not be affected by such changes.


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