pepijnve commented on PR #18152:
URL: https://github.com/apache/datafusion/pull/18152#issuecomment-3451588762

   @rluvaton FYI, I just merged in master and was reviewing the micro 
benchmarks. The `CASE c1 WHEN 0 THEN 0 WHEN 1 THEN 1 ... WHEN n THEN n ELSE n + 
1 END` one (and variants of it) will actually map to your lookup table work 
once that's merged, but that's not intentional. Using literals was just the 
simplest thing possible to implement in the benchmark.
   
   I'll adapt those to ensure they keep measuring the general evaluation method 
in anticipation of your 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