danny0405 commented on a change in pull request #1544: [CALCITE-3415] Supports 
REGEXP_SUBSTR function
URL: https://github.com/apache/calcite/pull/1544#discussion_r340454505
 
 

 ##########
 File path: babel/src/test/resources/sql/redshift.iq
 ##########
 @@ -1843,9 +1843,9 @@ SELECT 
"REGEXP_REPLACE"('[email protected]', '@.*\\.(org|gov|com)$
 
 # REGEXP_SUBSTR ( source_string, pattern [, position [, occurrence
 # [, parameters ] ] ] )
-select regexp_substr('[email protected]','@[^.]*');
-SELECT "REGEXP_SUBSTR"('[email protected]', '@[^.]*')
-!explain-validated-on calcite
+#select regexp_substr('[email protected]','@[^.]*');
+#SELECT REGEXP_SUBSTR('[email protected]', '@[^.]*')
+#!explain-validated-on calcite
 
 
 Review comment:
   Why to comment out 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