reuvenlax commented on a change in pull request #16558:
URL: https://github.com/apache/beam/pull/16558#discussion_r788081100
##########
File path: model/pipeline/src/main/proto/schema.proto
##########
@@ -31,6 +31,11 @@ option go_package =
"github.com/apache/beam/sdks/v2/go/pkg/beam/model/pipeline_v
option java_package = "org.apache.beam.model.pipeline.v1";
option java_outer_classname = "SchemaApi";
+message SchemaCoderPayload {
+ Schema schema = 1;
+ map<string, bytes> sdk_information = 2;
Review comment:
Interesting question. The tying to native types is probably less
important in a language like Python, where tuples are about as easy to use as
any other type. Not sure about Go.
--
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]