You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Diego Sogari (Jira)" <ji...@apache.org> on 2020/10/27 13:24:00 UTC

[jira] [Created] (AVRO-2946) schema_specific source not included in the build configuration

Diego Sogari created AVRO-2946:
----------------------------------

             Summary: schema_specific source not included in the build configuration
                 Key: AVRO-2946
                 URL: https://issues.apache.org/jira/browse/AVRO-2946
             Project: Apache Avro
          Issue Type: Bug
          Components: c
    Affects Versions: 1.10.0
         Environment: Windows MSYS2 MinGW.
            Reporter: Diego Sogari


The schema_specific.c source file is not included in CMakeLists.txt, which causes the avro_schema_to_specific API function from avro/schema.h header to be unavailable when linking the library. Trying to include the aforementioned file in CMakeLists.txt causes the build to fail due to inconsistencies in the source code. This seems to have been the case since project inception.

Is the avro_schema_to_specific function supposed to be available, or should it be removed from the API?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)