Svend Vanderveken created PARQUET-2070:
------------------------------------------
Summary: Replace deprecated syntax in protobuf support
Key: PARQUET-2070
URL: https://issues.apache.org/jira/browse/PARQUET-2070
Project: Parquet
Issue Type: Improvement
Reporter: Svend Vanderveken
This is trivial change, though at the moment ProtoWriteSupport.java is
producing a human-readable JSON output of the protobuf schema with the
following deprecated syntax:
{code:java}
TextFormat.printToString(asProto){code}
Also, the method where is code is present executed one reflection invocation to
get the protobuf descriptor which is unnecesserary since the context from where
it's called already has this descriptor.
=> all minor and trivial stuff though well, housekeeping I guess :)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)