Fix ANTLR parser and enable it back in CI (#25638)

* Fix

* Skip more tests
This commit is contained in:
Ivan 2021-06-24 14:45:29 +03:00 committed by GitHub
parent b1263c18ee
commit e9e49a9085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 1 deletions

View File

@ -234,6 +234,9 @@ bool MergeTreeIndexConditionBloomFilter::traverseFunction(const ASTPtr & node, B
if (const auto * function = node->as<ASTFunction>())
{
if (!function->arguments)
return false;
const ASTs & arguments = function->arguments->children;
for (const auto & arg : arguments)
{

View File

@ -383,6 +383,18 @@
"with_coverage": false
}
},
"Functional stateless tests (ANTLR debug)": {
"required_build_properties": {
"compiler": "clang-11",
"package_type": "deb",
"build_type": "debug",
"sanitizer": "none",
"bundled": "bundled",
"splitted": "unsplitted",
"clang-tidy": "disable",
"with_coverage": false
}
},
"Stress test (address)": {
"required_build_properties": {
"compiler": "clang-11",

View File

@ -297,6 +297,7 @@
"01192_rename_database_zookeeper",
"01213_alter_rename_column",
"01232_untuple",
"01240_join_get_or_null",
"01244_optimize_distributed_group_by_sharding_key",
"01254_dict_load_after_detach_attach",
"01256_misspell_layout_name_podshumok",
@ -510,7 +511,12 @@
"01892_setting_limit_offset_distributed",
"01902_dictionary_array_type",
"01903_ssd_cache_dictionary_array_type",
"01905_to_json_string"
"01905_to_json_string",
"01913_fix_column_transformer_replace_format",
"01913_if_int_decimal",
"01913_join_push_down_bug",
"01921_with_fill_with_totals",
"01924_argmax_bitmap_state"
],
"parallel":
[