jinxing64 commented on a change in pull request #1676: [CALCITE-3591] Add 
bit_xor aggregate function
URL: https://github.com/apache/calcite/pull/1676#discussion_r360715117
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java
 ##########
 @@ -1080,6 +1080,13 @@ public static long bitOr(long b0, long b1) {
     return b0 | b1;
   }
 
+  // ^
+
 
 Review comment:
   We only have one implementation method for `^`, do we need this empty line ?

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