This is an automated email from the ASF dual-hosted git repository.
westonpace pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from f7506497c9 GH-34446: [C++][Parquet] Fix RecordReaderPrimitveTypeTests
test (#34447)
add 4b31aa4f4d GH-34076: [C#] Allow schema fields with duplicate names
(#34125)
No new revisions were added by this update.
Summary of changes:
csharp/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs | 23 +++---
csharp/src/Apache.Arrow/RecordBatch.Builder.cs | 10 +--
csharp/src/Apache.Arrow/Schema.cs | 61 +++++++--------
csharp/src/Apache.Arrow/Table.cs | 4 +-
.../IntegrationCommand.cs | 4 +-
.../test/Apache.Arrow.Tests/SchemaBuilderTests.cs | 88 +++++++++++++++++++---
csharp/test/Apache.Arrow.Tests/SchemaComparer.cs | 8 +-
csharp/test/Apache.Arrow.Tests/TestData.cs | 2 +-
8 files changed, 130 insertions(+), 70 deletions(-)