chunweilei commented on a change in pull request #1664: [CALCITE-3589] 
SqlValidatorException when conformation is set to LENIENT
URL: https://github.com/apache/calcite/pull/1664#discussion_r358082376
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/sql/parser/SqlParserTest.java
 ##########
 @@ -8723,6 +8723,61 @@ public void subTestIntervalSecondFailsValidation() {
     sql(sql3).ok(expected3);
   }
 
+  @Test public void testGroupByAlias1() {
+    conformance = SqlConformanceEnum.LENIENT;
+    final String sql = "select price,price\n"
 
 Review comment:
   You'd better describe the difference in these tests.

----------------------------------------------------------------
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

Reply via email to