You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by "jhugomoore (via GitHub)" <gi...@apache.org> on 2023/06/07 21:42:53 UTC

[GitHub] [calcite] jhugomoore commented on a diff in pull request #3234: [CALCITE-5735] Add SAFE_MULTIPLY function (enabled in BigQuery)

jhugomoore commented on code in PR #3234:
URL: https://github.com/apache/calcite/pull/3234#discussion_r1222205463


##########
core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java:
##########
@@ -1515,6 +1515,7 @@ public static int multiply(int b0, int b1) {
       @PolyNull Object b1) {
     if (b0 == null || b1 == null) {
       return castNonNull(null);
+

Review Comment:
   nit: remove blank 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.

To unsubscribe, e-mail: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org