File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
tests/sql/sql2yql/canondata Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ namespace NSQLTranslation {
53
53
, EnableGenericUdfs(true )
54
54
, SyntaxVersion(1 )
55
55
, AnsiLexer(false )
56
- , Antlr4Parser(false )
56
+ , Antlr4Parser(true )
57
57
, PgParser(false )
58
58
, InferSyntaxVersion(false )
59
59
, V0Behavior(EV0Behavior::Disable)
@@ -74,10 +74,6 @@ namespace NSQLTranslation {
74
74
return false ;
75
75
}
76
76
77
- if (settings.Flags .contains (" Antlr4" )) {
78
- settings.Antlr4Parser = true ;
79
- }
80
-
81
77
TSplitDelimiters lineDelimiters (" \n\r " );
82
78
TDelimitersSplit linesSplit (query, lineDelimiters);
83
79
auto lineIterator = linesSplit.Iterator ();
Original file line number Diff line number Diff line change 11261
11261
],
11262
11262
"test_sql_negative.test[lambda-lambda_no_dollar_assign-default.txt]" : [
11263
11263
{
11264
- "checksum" : " 68fdd4a5658a392623fcdad598463f01 " ,
11265
- "size" : 267 ,
11266
- "uri" : " https://{canondata_backend}/1937429/434276f26b2857be3c5ad3fdbbf877d2bf775ac5 /resource.tar.gz#test_sql_negative.test_lambda-lambda_no_dollar_assign-default.txt_/err_file.out"
11264
+ "checksum" : " a241c3dedcd3cb21630b944d02c7710b " ,
11265
+ "size" : 184 ,
11266
+ "uri" : " https://{canondata_backend}/1937150/1c11855c3fbd4d89c3dccdc8d48b0a48f4874e36 /resource.tar.gz#test_sql_negative.test_lambda-lambda_no_dollar_assign-default.txt_/err_file.out"
11267
11267
}
11268
11268
],
11269
11269
"test_sql_negative.test[match_recognize-measures_aggr_factory-default.txt]" : [
You can’t perform that action at this time.
0 commit comments