TheNeuralBit commented on a change in pull request #14639:
URL: https://github.com/apache/beam/pull/14639#discussion_r621638446
##########
File path: model/pipeline/src/main/proto/schema.proto
##########
@@ -37,6 +37,8 @@ message Schema {
// REQUIRED. An RFC 4122 UUID.
string id = 2;
repeated Option options = 3;
+ // Indicates that encoding positions have been overridden.
+ bool encoding_positions_set = 4;
Review comment:
Why do we need to add this to the proto? Can't we continue to rely on
checking if encoding_position is set on the fields?
--
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]