asolimando commented on code in PR #4139: URL: https://github.com/apache/calcite/pull/4139#discussion_r1913821207
########## core/src/test/java/org/apache/calcite/test/TableInRootSchemaTest.java: ########## @@ -146,4 +175,17 @@ protected RowTable() { statement.close(); connection.close(); } + + /** Test case for <a href="https://issues.apache.org/jira/browse/CALCITE-6764">[CALCITE-6764] + * Field access from a nullable ROW should be nullable</a>. */ Review Comment: Let's add it as a comment for who might overlook that the way I did -- 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-unsubscr...@calcite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org