NobiGo commented on PR #3975:
URL: https://github.com/apache/calcite/pull/3975#issuecomment-2375542721

   > If the problem is indeed in `Values` please add specific tests for this 
expression and update the JIRA/PR accordingly.
   
   @zabetak Hi, It is not a VALUES problem. But When I try to add a test for 
VALUERS. I find another problem in VALUES.
   For example:
   ```
   VALUES(1,2,3)
   ```
   Predicates should be ($0=1,$1=2,$2=3), but now is $0=1. In my PR I have make 
it right and add the unit test.


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

Reply via email to