Skip to content

Commit

Permalink
fix build due to ClickHouse/ClickHouse#61502
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Mar 19, 2024
1 parent 89fc32c commit d74bf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/tests/gluten_test_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ActionsDAGPtr parseFilter(const std::string & filter, const AnotherRowType & nam
const AggregationKeysInfo info(aggregation_keys, aggregation_keys_indexes_list, GroupByKind::NONE);
constexpr SizeLimits size_limits_for_set;
ParserExpression parser2;
const ASTPtr ast_exp = parseQuery(parser2, filter.data(), filter.data() + filter.size(), "", 0, 0);
const ASTPtr ast_exp = parseQuery(parser2, filter.data(), filter.data() + filter.size(), "", 0, 0, 0);
const auto prepared_sets = std::make_shared<PreparedSets>();
ActionsMatcher::Data visitor_data(
SerializedPlanParser::global_context,
Expand Down

0 comments on commit d74bf7b

Please sign in to comment.