alexvanboxel commented on a change in pull request #10413: [BEAM-9035] Typed 
options for Row Schema and Field
URL: https://github.com/apache/beam/pull/10413#discussion_r388007440
 
 

 ##########
 File path: model/pipeline/src/main/proto/schema.proto
 ##########
 @@ -31,6 +31,7 @@ option java_outer_classname = "SchemaApi";
 message Schema {
   repeated Field fields = 1;
   string id = 2;
+  map<string, Option> options = 3;
 
 Review comment:
   Looking back to the history I see that it was a repeated option. I don't 
have a preference. I can set it back to repeated option.

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

Reply via email to