yiguolei commented on code in PR #22694:
URL: https://github.com/apache/doris/pull/22694#discussion_r1287362001
##########
be/src/http/action/stream_load.cpp:
##########
@@ -408,9 +408,6 @@ Status StreamLoadAction::_process_put(HttpRequest* http_req,
if (!http_req->header(HTTP_TIMEZONE).empty()) {
request.__set_timezone(http_req->header(HTTP_TIMEZONE));
}
- if (!http_req->header(HTTP_TIME_ZONE).empty()) {
Review Comment:
why delete time zone header? We do not support time zone in stream load any
more?
##########
be/src/http/action/stream_load.cpp:
##########
@@ -408,9 +408,6 @@ Status StreamLoadAction::_process_put(HttpRequest* http_req,
if (!http_req->header(HTTP_TIMEZONE).empty()) {
request.__set_timezone(http_req->header(HTTP_TIMEZONE));
}
- if (!http_req->header(HTTP_TIME_ZONE).empty()) {
Review Comment:
why delete time zone header? We do not support time zone in stream load any
more?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]