michaelmior commented on a change in pull request #1319: [CALCITE-3195] Handle
UDF that throws checked exceptions in enumerable code generator
URL: https://github.com/apache/calcite/pull/1319#discussion_r306313461
##########
File path: core/src/test/java/org/apache/calcite/test/UdfTest.java
##########
@@ -219,6 +225,35 @@
withUdf().query(sql).returns(expected);
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-3195">[CALCITE-3195]
+ * Handle UDF that throws checked exceptions in enumerable code
generator</a>. */
Review comment:
I suggest rewording to "Handle **a** UDF that throws in **the Enumerable**
code generator"
----------------------------------------------------------------
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