rluvaton commented on code in PR #18183:
URL: https://github.com/apache/datafusion/pull/18183#discussion_r2524461359


##########
datafusion/physical-expr/src/expressions/case/mod.rs:
##########
@@ -1954,4 +2018,805 @@ mod tests {
 
         Ok(())
     }
+
+    // Test Lookup evaluation
+
+    enum AssertLookupEvaluation {

Review Comment:
   While I usually agree, I have tests for common pitfalls and bugs I had in my 
implementation while developing and I want to test that code path work. 



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