[
https://issues.apache.org/jira/browse/AVRO-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732746#comment-16732746
]
ASF subversion and git services commented on AVRO-1478:
-------------------------------------------------------
Commit 1d7f2d7b46794348394a2f0a70658d94c38530a1 in avro's branch
refs/heads/master from Thiruvalluvan M. G.
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=1d7f2d7 ]
Merge pull request #421 from thiru-apache/AVRO-1478
Made schema compiler accept $ in namespace
> protobuf namespaces causing problem for avro c++ reader
> -------------------------------------------------------
>
> Key: AVRO-1478
> URL: https://issues.apache.org/jira/browse/AVRO-1478
> Project: Apache Avro
> Issue Type: Bug
> Components: c++
> Reporter: George Baxter
> Assignee: Thiruvalluvan M. G.
> Priority: Major
>
> Utilizing the ProtobufData functionality to generate avro output, we run into
> a complication when consuming this output using the c++ based avro reader.
> Seems it doesn't much like the '$' of a nesting outer class that is inherent
> with protocol buffers in java.
> Exception opening file for read:Invalid namespace:
> com.xxx.base.message.MessageProtos$
> in
> avro::DataFileReader<avro::GenericDatum>* file_reader;
> file_reader = new
> avro::DataFileReader<avro::GenericDatum>(file_name.c_str());]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)