imay commented on a change in pull request #1255: Change strategy of incorrect 
data
URL: https://github.com/apache/incubator-doris/pull/1255#discussion_r290650231
 
 

 ##########
 File path: gensrc/thrift/PlanNodes.thrift
 ##########
 @@ -136,6 +136,13 @@ struct TBrokerScanRangeParams {
 
     // If partition_ids is set, data that doesn't in this partition will be 
filtered.
     8: optional list<i64> partition_ids
+    
+    // hasExprColumnList is a boolean list
+    // the member of list will be set to true when the column has load expr
+    9: optional list<bool> has_expr_column_list
 
 Review comment:
   make it a set, contains all transfer column ids
   And finish convert in backend
   rename it to `transform_columns`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to