yiguolei commented on code in PR #16940:
URL: https://github.com/apache/doris/pull/16940#discussion_r1133597177
##########
fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java:
##########
@@ -1163,7 +1195,11 @@ public TStreamLoadPutResult
streamLoadPut(TStreamLoadPutRequest request) {
TStatus status = new TStatus(TStatusCode.OK);
result.setStatus(status);
try {
- result.setParams(streamLoadPutImpl(request));
+ if (request.getVersion() == 1) {
Review Comment:
the version variable may not be set for non-sql-load. Should check if it is
set.
--
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]