Skip to content

Commit fe6baff

Browse files
macroguo-ghyCopilot
andcommitted
[CALCITE-7187] Java UDF byte arrays cannot be mapped to VARBINARY
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 46347c3 commit fe6baff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/org/apache/calcite/test/UdfTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ private static CalciteAssert.AssertThat withBadUdf(Class<?> clazz) {
11361136

11371137
/** Test case for
11381138
* <a href="https://issues.apache.org/jira/browse/CALCITE-7187">[CALCITE-7187]
1139-
* Java UDF byte/Byte array can not mapping to VARBINARY</a>. */
1139+
* Java UDF byte arrays cannot be mapped to VARBINARY</a>. */
11401140
@Test void testByteArrayParameter() {
11411141
withUdf().query("values \"adhoc\".bytearray_length(x'74657374')")
11421142
.returns("EXPR$0=4\n");

0 commit comments

Comments
 (0)