alamb commented on issue #9140: URL: https://github.com/apache/arrow-datafusion/issues/9140#issuecomment-1953602985
> If i try to combile the ShortenInListSimplifier with the InListSimplifier , in the first pass itself Ths sounds like the logic for the two simplifications is being invoked in a different order (or maybe only one is being invoked? 🤔 ). Could we perhaps invoke both simplications but invoke the code to simplify first and then the code to shorten? > Additionaly i attempted a benchmark , the additional pass seems to be adding around 6% overhead. That is good data and more reason I think to consolidate the passes. Thank you -- 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]
