You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2023/06/06 16:40:38 UTC

[arrow] branch main updated (745fa94f68 -> e7a9b29b50)

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

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


    from 745fa94f68 GH-35948: [Go] Only cast `int8` and `unit8` to `float64` when JSON marshaling arrays (#35950)
     add e7a9b29b50 GH-35932: [Java] Make JDBC test less brittle (#35940)

No new revisions were added by this update.

Summary of changes:
 dev/release/verify-release-candidate.sh            |   5 +-
 .../jdbc/JdbcToArrowCommentMetadataTest.java       |  80 +++++++++++++--
 .../resources/h2/expectedSchemaWithComments.json   |  51 ----------
 .../h2/expectedSchemaWithCommentsAndJdbcMeta.json  | 112 ---------------------
 .../apache/arrow/flight/TestBasicOperation.java    |   3 +
 .../jdbc/ArrowFlightPreparedStatementTest.java     |   2 +
 6 files changed, 79 insertions(+), 174 deletions(-)
 delete mode 100644 java/adapter/jdbc/src/test/resources/h2/expectedSchemaWithComments.json
 delete mode 100644 java/adapter/jdbc/src/test/resources/h2/expectedSchemaWithCommentsAndJdbcMeta.json