Skip to content

Commit f3604df

Browse files
author
宋光璠
committed
format
1 parent 3fa82ff commit f3604df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

be/src/http/action/stream_load.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,8 @@ Status StreamLoadAction::_process_put(HttpRequest* http_req,
737737
? ","
738738
: http_req->header(HTTP_COLUMN_SEPARATOR);
739739

740-
std::string format =
741-
http_req->header("format").empty() ? "csv" : http_req->header("format");
740+
std::string format =
741+
http_req->header("format").empty() ? "csv" : http_req->header("format");
742742
std::vector<std::string> column_vector = split(columns, std::string(","));
743743
std::string column_list = "(" + join(column_vector, ", ") + ")";
744744

0 commit comments

Comments
 (0)