[ 
https://issues.apache.org/jira/browse/AVRO-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thiruvalluvan M. G. closed AVRO-1181.
-------------------------------------

Closing issues that got resolved in earlier releases.

> compileJsonSchemaFromString(std::string) declared in Compiler.hh but not 
> defined
> --------------------------------------------------------------------------------
>
>                 Key: AVRO-1181
>                 URL: https://issues.apache.org/jira/browse/AVRO-1181
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: c++
>    Affects Versions: 1.7.2, 1.7.3, 1.7.4
>         Environment: linux, mac os
>            Reporter: Daniel Russel
>            Assignee: Daniel Russel
>            Priority: Major
>         Attachments: AVRO-1181.patch
>
>
> compileJsonSchemaFromString(std::string) is declared in the header, but not 
> defined. Need to add
> +AVRO_DECL ValidSchema compileJsonSchemaFromString(const std::string& input)
> +{
> +  return compileJsonSchemaFromString(input.c_str());
> +}
> +
> to the Compiler.cc or remove the prototype.



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

Reply via email to