[
https://issues.apache.org/jira/browse/AVRO-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16707732#comment-16707732
]
ASF subversion and git services commented on AVRO-1926:
-------------------------------------------------------
Commit b5bec5ca18901507f6fc01d635f10465fd3edcdf in avro's branch
refs/heads/master from Simon24601
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=b5bec5c ]
Avro1363 C# union schema can now contain multiple entries with the same name
and different namespace (#131)
* AVRO-1849 Fix the issue where converting the schema of a record with no
fields produced an invalid JSON
* Fix style issues in the code.
* Fix the build scripts; build.sh requires the :z addition to work on SELinux
(see Jira 1925). lang/c++/build.sh refers to the lang/c++/build directory which
is empty. These are now fixed.
* Update to use BOOST_TEST_CHECKPOINT
* AVRO-1926 Revert changes to the lang/c++/build.sh script and add the
SchemaTests to the list of tests. Also revert SELinux changes to build.sh as
these should be committed separately
* AVRO-1363 Fix the parsing of a union schema with duplicate names but
different namespaces. In Java, this works, but not in C#
* Remove c++ changes from the AVRO1363 branch
> lang/c++ build.sh doesn't work
> -------------------------------
>
> Key: AVRO-1926
> URL: https://issues.apache.org/jira/browse/AVRO-1926
> Project: Apache Avro
> Issue Type: Bug
> Components: c++
> Affects Versions: 1.8.1
> Environment: Centos 7, SELinux, running from Docker container
> Reporter: Simon Woodford
> Priority: Minor
> Fix For: 1.8.3
>
>
> The lang/c++/build.sh script makes frequent reference to the build directory,
> which is empty. Instead, make and all tests should be launched directly from
> lang/c++.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)