simonvandel commented on PR #11697:
URL: https://github.com/apache/datafusion/pull/11697#issuecomment-2255032767

   In the first commmits of this PR, I saw a 4x perf increase, but CI pointed 
out that a test failed. It turned out the benchmark returned Error, which 
obviously was faster than doing any computation.
   
   The error was `arrorw-select::nullif` not being able to handle scalar as 
first argument. After fixing the error by passing in a array of same size as 
rhs, the performance increase is much smaller (4%).
   
   So in the end this PR might not give not benefit - feel free to close it if 
you want.


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