yiguolei commented on code in PR #16940:
URL: https://github.com/apache/doris/pull/16940#discussion_r1133592483
##########
gensrc/thrift/FrontendService.thrift:
##########
@@ -551,6 +551,10 @@ struct TStreamLoadPutRequest {
41: optional i64 file_size // only for stream load with parquet or orc
42: optional bool trim_double_quotes // trim double quotes for csv
43: optional i32 skip_lines // csv skip line num, only used when csv
header_type is not set.
+ 44: optional string load_sql // insert into sql used by stream load
+ 45: optional i64 backend_id
+ 46: optional i32 version // version 1 means use load_sql
Review Comment:
Do not use version to indicate this. Add an Enum type to indicate load type.
--
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]