You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pr...@apache.org on 2019/09/09 05:48:27 UTC

[arrow] branch master updated (7acada9 -> e9f35a8)

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

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


    from 7acada9  ARROW-6427: [GLib] Add support for column names autogeneration CSV read option
     add e9f35a8  ARROW-6331: [Java] Incorporate ErrorProne into the java build

No new revisions were added by this update.

Summary of changes:
 .../arrow/adapter/jdbc/JdbcFieldInfoTest.java      |  1 +
 .../arrow/adapter/jdbc/JdbcToArrowConfigTest.java  |  1 +
 .../org/apache/arrow/flight/FlightDescriptor.java  |  2 +-
 .../apache/arrow/flight/auth/TestBasicAuth.java    |  2 +-
 .../java/org/apache/arrow/memory/Accountant.java   |  3 +-
 .../arrow/memory/util/TestArrowBufPointer.java     |  5 +++
 java/performance/pom.xml                           |  3 +-
 java/pom.xml                                       | 37 ++++++++++++++++++++++
 .../java/org/apache/arrow/vector/UInt4Vector.java  |  2 +-
 .../vector/dictionary/DictionaryHashTable.java     |  5 +++
 .../apache/arrow/vector/types/pojo/FieldType.java  |  5 +++
 .../org/apache/arrow/vector/TestValueVector.java   |  1 +
 .../org/apache/arrow/vector/ipc/BaseFileTest.java  |  2 +-
 .../arrow/vector/ipc/MessageSerializerTest.java    |  2 +-
 14 files changed, 62 insertions(+), 9 deletions(-)