Skip to content

Commit

Permalink
[branch-1.2](chore) fix be clang format pipeline (#32983)
Browse files Browse the repository at this point in the history
  • Loading branch information
xy720 authored Mar 28, 2024
1 parent b2f1dbb commit cf54fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/exec/schema_scanner/schema_columns_scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ std::string SchemaColumnsScanner::to_mysql_data_type_string(TColumnDesc& desc) {
}
case TPrimitiveType::JSONB: {
return "json";
}
}
case TPrimitiveType::MAP: {
return "map";
}
Expand Down

0 comments on commit cf54fe5

Please sign in to comment.