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



##########
File path: core/src/test/resources/sql/struct.iq
##########
@@ -83,4 +83,81 @@ where t.struct = ROW(2, ROW(3,4));
 
 !ok
 
+# [CALCITE-3627] Null check if all fields of ROW are null

Review comment:
       Can we combine these tests into one?
   ```
   select ROW(...),
            ROW(...), ... , 
            ROW(...)
   ```




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


Reply via email to