smessems
smessems
Hi, when encoding a byte-array, the internal call to writeBinary encodes it as base64. However, the parse-string returns it as the encoded base64 string. Maybe, this only needs to be...
Hi, is there a way to somehow convert from and to a native protobuf object? I want to (-> read native protobuf objects from parquet ( via org.apache.parquet.proto/ProtoReadSupport) Transform them...
How can extensions be accessed? Say, a provided proto is defined with: 'extend google.protobuf.FieldOptions' (not the predefined map/map-by/meta etc) How can one pull that info?