appletreeisyellow commented on issue #9171: URL: https://github.com/apache/arrow-datafusion/issues/9171#issuecomment-1998518531
Here is an update of [the plan](https://github.com/apache/arrow-datafusion/issues/9171#issuecomment-1944228016) ## 1. Turn each sub expression into a case expression Implemented in https://github.com/apache/arrow-datafusion/pull/9223 ## 2. Simplify the case expression and make it easy to read To be implemented in a follow-up PR: - Combine repeated CASE expressions https://github.com/apache/arrow-datafusion/pull/9223#discussion_r1525213777 - Not display the pruning predicate by default, add a config option to turn on the display https://github.com/apache/arrow-datafusion/pull/9223#discussion_r1525215609 -- 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]
