Skip to content

Commit b27464e

Browse files
committed
formater
1 parent 04388bc commit b27464e

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

be/test/exprs/function/function_file_test.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ TEST(FunctionFileTest, toFileFailsWithUnreachableObject) {
5050
string_type, "region"},
5151
ColumnWithTypeAndName {ColumnHelper::create_column<DataTypeString>({endpoint}),
5252
string_type, "endpoint"},
53-
ColumnWithTypeAndName {ColumnHelper::create_column<DataTypeString>({ak}),
54-
string_type, "ak"},
55-
ColumnWithTypeAndName {ColumnHelper::create_column<DataTypeString>({sk}),
56-
string_type, "sk"}};
53+
ColumnWithTypeAndName {ColumnHelper::create_column<DataTypeString>({ak}), string_type,
54+
"ak"},
55+
ColumnWithTypeAndName {ColumnHelper::create_column<DataTypeString>({sk}), string_type,
56+
"sk"}};
5757

5858
auto result_type = std::make_shared<DataTypeFile>();
5959
auto function =

fe/fe-type/src/main/java/org/apache/doris/catalog/Type.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,10 +589,9 @@ public boolean isOnlyMetricType() {
589589
}
590590

591591
public static final String OnlyMetricTypeErrorMsg =
592-
"Doris hll, bitmap, array, map, struct, file, jsonb, variant column must use with specific"
593-
+ " function, and don't support filter, group by or order by. please run 'help hll'"
594-
+ " or 'help bitmap' or 'help array' or 'help map' or 'help struct' or 'help jsonb'"
595-
+ " or 'help variant' in your mysql client.";
592+
"Doris hll, bitmap, array, map, struct, jsonb, variant column must use with specific function, and don't"
593+
+ " support filter, group by or order by. please run 'help hll' or 'help bitmap' or 'help array'"
594+
+ " or 'help map' or 'help struct' or 'help jsonb' or 'help variant' in your mysql client.";
596595

597596
public boolean isHllType() {
598597
return isScalarType(PrimitiveType.HLL);

0 commit comments

Comments
 (0)