[ 
https://issues.apache.org/jira/browse/CALCITE-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945183#comment-14945183
 ] 

Josh Elser commented on CALCITE-908:
------------------------------------

Good point, Julian.

Looking at the release page:

{quote}
The static PARSER in each generated message is deprecated, and it will
be removed in a future release. A static parser() getter is generated
for each message type instead.
{quote}

This is also important to fix. I used this field to tie the POJOs to the 
protobuf classes.

{quote}
Proto3 JSON is supported in several languages (fully supported in C++
and Java, partially supported in Ruby/C#). The JSON spec is defined in
the proto3 language guide:

https://developers.google.com/protocol-buffers/docs/proto3#json
{quote}

Looks like we can also start trying out the JSON serialization (instead of the 
binary serialization) which will help in readability/debugging of the stuff 
over the wire.

> Bump protobuf dependency to protobuf-3.0.0-beta-1
> -------------------------------------------------
>
>                 Key: CALCITE-908
>                 URL: https://issues.apache.org/jira/browse/CALCITE-908
>             Project: Calcite
>          Issue Type: Task
>          Components: avatica
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: next
>
>
> [~janvanbesien] noticed that we're using a slightly outdated protobuf3 build. 
> We should switch to the newer beta release instead of the alpha.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to