Skip to content

Commit

Permalink
add property
Browse files Browse the repository at this point in the history
  • Loading branch information
宋光璠 committed Dec 24, 2024
1 parent 537654f commit 6484c64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion be/src/http/action/stream_load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,10 @@ Status StreamLoadAction::_process_put(HttpRequest* http_req,
{"column_separator", HTTP_COLUMN_SEPARATOR},
{"line_delimiter", HTTP_LINE_DELIMITER},
{"enclose", HTTP_ENCLOSE},
{"escape", HTTP_ESCAPE}};
{"escape", HTTP_ESCAPE},
{"strip_outer_array", HTTP_STRIP_OUTER_ARRAY},
{"num_as_string", HTTP_NUM_AS_STRING},
{"read_json_by_line", HTTP_READ_JSON_BY_LINE}};

for (const auto& [key, header_name] : headers) {
if (!http_req->header(header_name).empty()) {
Expand Down

0 comments on commit 6484c64

Please sign in to comment.