DonnyZone commented on a change in pull request #1971:
URL: https://github.com/apache/calcite/pull/1971#discussion_r422758428



##########
File path: 
core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java
##########
@@ -1146,7 +1147,10 @@ private static Expression implementNullSemantics(
           list.add(
               translator.translate(
                   operand.e, NullAs.IS_NULL));
-          translator = translator.setNullable(operand.e, false);
+          //If column is not ROW

Review comment:
       Whitspace after `//`




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to