xy2953396112 commented on issue #1475: [CALCITE-3371] BinaryExpression evaluate 
method support Mod
URL: https://github.com/apache/calcite/pull/1475#issuecomment-542949058
 
 
   @Test public void testModOperation(){
       // Simple test
       CalciteAssert.hr().
               query("select 5 % 2 as A")
               .returns("A=1\n");
     }
   
   > Thanks @xy2953396112 , can we add some end-to-end IT case in JdbcTest ?
   
   add a test in JdbcTes,please review again.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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to