zhuzhengjun01 edited a comment on pull request #14376:
URL: https://github.com/apache/flink/pull/14376#issuecomment-1016191275
>
like this ,
`syntax = 'proto3';
package org.apache.flink.formats.protobuf.proto;
option java_multiple_files = false;
message KafkaSinkTestTT {
oneof name_oneof {
string name = 1;
}
oneof num_oneof {
int32 num = 2;
}
oneof tt_oneof {
int64 xtime = 3;
}
ro row1 = 4;
message ro{
string a = 1;
int32 b = 2;
}
}
`
actually, I want to distinguish between default and missing values in proto3
--
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]