yiguolei commented on code in PR #55902:
URL: https://github.com/apache/doris/pull/55902#discussion_r2351528826
##########
be/src/http/action/stream_load.cpp:
##########
@@ -760,6 +762,14 @@ Status StreamLoadAction::_process_put(HttpRequest*
http_req,
client->streamLoadPut(ctx->put_result, request);
}));
ctx->stream_load_put_cost_nanos = MonotonicNanos() -
stream_load_put_start_time;
+ if (ctx->put_result.__isset.params) {
+ ctx->put_result.params.query_options.__set_enable_strict_cast(false);
+
ctx->put_result.params.query_options.__set_enable_insert_strict(strictMode);
+ }
+ if (ctx->put_result.__isset.pipeline_params) {
Review Comment:
这里是不是直接加一个check,pipeline_params 必须被设置啊,不用加if了
--
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]