[
https://issues.apache.org/jira/browse/FLINK-28765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17602592#comment-17602592
]
Hui Yang edited comment on FLINK-28765 at 9/10/22 1:04 AM:
-----------------------------------------------------------
[~maosuhan] does this change support accessing the nested object in Protobuf?
thanks
Proto object for example:
message Demand {
repeated MinuteDemand minuteDemands = 1 [packed = false];
}
message MinuteDemand {
int64 met = 1;
int64 unmet = 2;
}
message Supply {
int64 met = 1;
int64 unmet = 2;
}
message SupplyDemandTracker {
int64 timestampMs = 1;
int64 durationMs = 2;
string geohash = 3;
int64 vehicleID = 4;
Demand demand = 5 [packed = false];
Supply supply = 6 [packed = false];
}
was (Author: JIRAUSER293970):
[~maosuhan] does this change support accessing the nested object in Protobuf?
thanks
> Create a doc for protobuf format
> --------------------------------
>
> Key: FLINK-28765
> URL: https://issues.apache.org/jira/browse/FLINK-28765
> Project: Flink
> Issue Type: Improvement
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
> Reporter: Suhan Mao
> Assignee: Suhan Mao
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.16.0
>
>
> After this feature has been done
> https://issues.apache.org/jira/browse/FLINK-18202, we should write a doc to
> introduce how to use the protobuf format in SQL.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)