JulianFeinauer commented on a change in pull request #1419: CALCITE-3302 
Implemented CLASSIFIER function for MATCH_RECOGNIZE.
URL: https://github.com/apache/calcite/pull/1419#discussion_r319097690
 
 

 ##########
 File path: 
core/src/test/java/org/apache/calcite/sql/parser/parserextensiontesting/ExtensionSqlParserTest.java
 ##########
 @@ -32,7 +32,8 @@
 public class ExtensionSqlParserTest extends SqlParserTest {
 
   @Override protected SqlParserImplFactory parserImplFactory() {
-    return ExtensionSqlParserImpl.FACTORY;
+    // return ExtensionSqlParserImpl.FACTORY;
+    return null;
 
 Review comment:
   @danny0405 thanks for the comment, you are absoluetly right. I comment that 
usually out (as it has sometimes compilation issues with maven) but should not 
have commited that. Is fixed now.

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