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

 ##########
 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:
   Why we return a null factory ?

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