[refactor](decimal) change type name Decimal128 to Decimal128V2, Decimal128I to Decimal128V3 to avoid confusion (#29265)
change type name Decimal128 to Decimal128V2, Decimal128I to Decimal128V3 to avoid confusion
This commit is contained in:
@ -516,7 +516,7 @@ TEST(MathFunctionTest, money_format_test) {
|
||||
static_cast<void>(check_function<DataTypeString, true>(func_name, input_types, data_set));
|
||||
}
|
||||
{
|
||||
InputTypeSet input_types = {TypeIndex::Decimal128};
|
||||
InputTypeSet input_types = {TypeIndex::Decimal128V2};
|
||||
DataSet data_set = {{{Null()}, Null()},
|
||||
{{DECIMAL(17014116.67)}, VARCHAR("17,014,116.67")},
|
||||
{{DECIMAL(-17014116.67)}, VARCHAR("-17,014,116.67")}};
|
||||
|
||||
Reference in New Issue
Block a user