You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ryo Okubo (JIRA)" <ji...@apache.org> on 2019/03/11 07:17:00 UTC

[jira] [Created] (AVRO-2345) Export getSchema() to bypass using reflection

Ryo Okubo created AVRO-2345:
-------------------------------

             Summary: Export getSchema() to bypass using reflection
                 Key: AVRO-2345
                 URL: https://issues.apache.org/jira/browse/AVRO-2345
             Project: Apache Avro
          Issue Type: Improvement
          Components: java
            Reporter: Ryo Okubo


I'd like to use {{getSchema(descriptor)}} directly to enable 1) to get schema from protobuf instance doesn't have {{getDescriptor()}} created from reflection and 2) to pass not protoc-java classes e.g. Scala classes generated by [ScalaPB|https://github.com/scalapb/ScalaPB] has {{javaDescriptor()}} instread of {{getDescriptor()}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)