You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ee...@apache.org on 2020/01/03 18:59:38 UTC

[arrow] branch master updated (babb24e -> ce7cee0)

This is an automated email from the ASF dual-hosted git repository.

eerhardt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from babb24e  ARROW-7478: [Rust] [DataFusion] Group by expression ignored unless paired with aggregate expression
     add ce7cee0  ARROW-7318: [C#] TimestampArray serialization failure

No new revisions were added by this update.

Summary of changes:
 csharp/src/Apache.Arrow/Arrays/TimestampArray.cs   |  75 +++++++------
 .../TimeSpanExtensions.cs}                         |  27 +++--
 .../Apache.Arrow/Ipc/ArrowTypeFlatbufferBuilder.cs |   2 +-
 csharp/src/Apache.Arrow/RecordBatch.Builder.cs     |  45 ++++----
 csharp/src/Apache.Arrow/Types/TimestampType.cs     |  14 ++-
 .../test/Apache.Arrow.Tests/ArrayBuilderTests.cs   |   3 +-
 .../test/Apache.Arrow.Tests/ArrowReaderVerifier.cs | 107 +++++++++++++++++-
 csharp/test/Apache.Arrow.Tests/TestData.cs         | 124 ++++++++++++---------
 8 files changed, 270 insertions(+), 127 deletions(-)
 copy csharp/src/Apache.Arrow/{Ipc/IpcOptions.cs => Extensions/TimeSpanExtensions.cs} (59%)