Skip to content

Commit 7bc51c5

Browse files
committed
fix style
1 parent cb554f8 commit 7bc51c5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc

+2-8
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,8 @@ const std::unordered_set<std::string> kRegexFunctions = {
5858
"regexp_replace",
5959
"rlike"};
6060

61-
const std::unordered_set<std::string> kBlackList = {
62-
"split_part",
63-
"factorial",
64-
"trunc",
65-
"sequence",
66-
"approx_percentile",
67-
"get_array_struct_fields",
68-
"map_from_arrays"};
61+
const std::unordered_set<std::string> kBlackList =
62+
{"split_part", "factorial", "trunc", "sequence", "approx_percentile", "get_array_struct_fields", "map_from_arrays"};
6963
} // namespace
7064

7165
bool SubstraitToVeloxPlanValidator::parseVeloxType(

0 commit comments

Comments
 (0)