Chen768959 commented on code in PR #3557:
URL: https://github.com/apache/calcite/pull/3557#discussion_r1416597394
##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -2264,6 +2264,74 @@ private SqlDialect nonOrdinalDialect() {
sql(query).withLibrary(SqlLibrary.BIG_QUERY).ok(expected);
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-6150">[CALCITE-6150]
+ * Generate dialect-specific SQL for EXTRACT operator.</a>. */
Review Comment:
> Maybe you can remove `.` before a tag.
Okay, it seems that other tags also don't have a . at the end, I will remove
it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]