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 2019/11/21 11:37:59 UTC

[GitHub] [calcite] cshuo commented on a change in pull request #1600: [CALCITE-3527] Enrich tests for sql hints.

cshuo commented on a change in pull request #1600: [CALCITE-3527] Enrich tests for sql hints.
URL: https://github.com/apache/calcite/pull/1600#discussion_r349036723
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/test/SqlHintsConverterTest.java
 ##########
 @@ -112,12 +113,14 @@ protected DiffRepository getDiffRepos() {
     sql(sql).ok();
   }
 
-  @Test public void testInvalidQueryHint() {
+  @Test public void testInvalidQueryHint1() {
     final String sql = "select /*+ weird_hint */ empno\n"
 
 Review comment:
   make sense.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services