You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/07/13 07:39:43 UTC

[GitHub] [calcite] zabetak commented on a change in pull request #2457: [CALCITE-4690] Error when executing query with CHARACTER SET in Redshift

zabetak commented on a change in pull request #2457:
URL: https://github.com/apache/calcite/pull/2457#discussion_r668506510



##########
File path: core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java
##########
@@ -1599,6 +1599,17 @@ private void checkHavingAliasSameAsColumn(boolean upperAlias) {
     sql(query).withMssql().ok(expected);
   }
 
+  /** Test case for
+   * <a href="https://issues.apache.org/jira/browse/CALCITE-4690">[CALCITE-4690]
+   * Error when when executing query with CHARACTER SET in Redshift</a>. */

Review comment:
       Good catch, thanks for spotting this.




-- 
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-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org