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

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


    from 4142607f61 GH-39210: [C++][Parquet] Avoid WriteRecordBatch from 
produce zero-sized RowGroup (#39211)
     add dbed728f84 GH-39189: [Java] Bump com.h2database:h2 from 1.4.196 to 
2.2.224 in /java (#39188)

No new revisions were added by this update.

Summary of changes:
 java/adapter/jdbc/pom.xml                          |  2 +-
 .../jdbc/JdbcToArrowCommentMetadataTest.java       |  6 +++---
 .../arrow/adapter/jdbc/JdbcToArrowTestHelper.java  | 12 +----------
 .../java/org/apache/arrow/adapter/jdbc/Table.java  | 23 ++-------------------
 .../adapter/jdbc/h2/JdbcToArrowArrayTest.java      | 21 ++++++++++++-------
 .../test/resources/h2/test1_all_datatypes_h2.yml   | 24 +++++++++++-----------
 .../resources/h2/test1_all_datatypes_null_h2.yml   |  4 ++--
 .../test1_all_datatypes_selected_null_rows_h2.yml  |  8 ++++----
 .../jdbc/src/test/resources/h2/test1_binary_h2.yml |  2 +-
 .../jdbc/src/test/resources/h2/test1_char_h2.yml   |  2 +-
 .../src/test/resources/h2/test1_charset_ch_h2.yml  |  2 +-
 .../src/test/resources/h2/test1_charset_h2.yml     |  2 +-
 .../src/test/resources/h2/test1_charset_jp_h2.yml  |  2 +-
 .../src/test/resources/h2/test1_charset_kr_h2.yml  |  2 +-
 .../jdbc/src/test/resources/h2/test1_list_h2.yml   | 22 ++++++++++----------
 .../h2/test1_selected_datatypes_null_h2.yml        |  4 ++--
 java/performance/pom.xml                           |  2 +-
 17 files changed, 59 insertions(+), 81 deletions(-)

Reply via email to