Skip to content

Commit

Permalink
Fix build due to ClickHouse/ClickHouse#66673
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Jul 19, 2024
1 parent 5ba934a commit d2fd7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Similar to function round,except that in case when given number has equal distan
)",
.examples{{"roundHalfUp", "SELECT roundHalfUp(3.165,2)", "3.17"}},
.categories{"Rounding"}
}, FunctionFactory::CaseInsensitive);
}, FunctionFactory::Case::Insensitive);

}
}

0 comments on commit d2fd7e5

Please sign in to comment.