AydarZaynutdinov commented on a change in pull request #16119:
URL: https://github.com/apache/beam/pull/16119#discussion_r763011351
##########
File path: playground/backend/internal/cloud_bucket/precompiled_objects.go
##########
@@ -44,11 +44,12 @@ const (
)
type ObjectInfo struct {
- Name string
- CloudPath string
- Description string
`protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
- Type pb.PrecompiledObjectType
`protobuf:"varint,4,opt,name=type,proto3,enum=api.v1.PrecompiledObjectType"
json:"type,omitempty"`
- Categories []string `json:"categories,omitempty"`
+ Name string
+ CloudPath string
+ Description string
`protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
+ Type pb.PrecompiledObjectType
`protobuf:"varint,4,opt,name=type,proto3,enum=api.v1.PrecompiledObjectType"
json:"type,omitempty"`
+ Categories []string `json:"categories,omitempty"`
+ PipelineOptions string
`protobuf:"bytes,3,opt,name=pipeline_options,proto3"
json:"pipeline_options,omitempty"`
Review comment:
PrecompileObject gets all these values from `meta.info` file. So if this
file contains or doesn't contain this field it would be ok.
--
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]