kangkaisen commented on a change in pull request #4006:
URL: https://github.com/apache/incubator-doris/pull/4006#discussion_r464158371



##########
File path: gensrc/proto/olap_file.proto
##########
@@ -181,6 +181,13 @@ enum KeysType {
 message DeletePredicatePB {
     required int32 version = 1;
     repeated string sub_predicates = 2;
+    repeated InPredicatePB in_predicates = 3;
+}
+
+message InPredicatePB {

Review comment:
       For  protobuf, we prefer optional than required, because we maybe remove 
or rename `column_name` from `InPredicatePB`. Please change all `required ` to 
`optional`.




----------------------------------------------------------------
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]



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

Reply via email to