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/07 14:43:37 UTC

[arrow] branch maint-12.0.1 updated (a40a7026ab -> eb89c633ab)

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

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


    from a40a7026ab GH-35730: [C++] Add the ability to specify custom schema on a dataset write (#35860)
     add 72f3a5c69d GH-35937: [R] Update NEWS for 12.0.1 (#35938)
     add 25cc3a4ca7 GH-35932: [Java] Make JDBC test less brittle (#35940)
     add eb89c633ab GH-35946: [CI][Packaging] Free up more disk space for Linux packages (#35947)

No new revisions were added by this update.

Summary of changes:
 dev/release/verify-release-candidate.sh            |   5 +-
 dev/tasks/linux-packages/github.linux.yml          |  24 +++++
 .../jdbc/JdbcToArrowCommentMetadataTest.java       |  80 +++++++++++++--
 .../resources/h2/expectedSchemaWithComments.json   |  51 ----------
 .../h2/expectedSchemaWithCommentsAndJdbcMeta.json  | 112 ---------------------
 .../apache/arrow/flight/TestBasicOperation.java    |   3 +
 .../jdbc/ArrowFlightPreparedStatementTest.java     |   2 +
 r/NEWS.md                                          |   6 ++
 8 files changed, 109 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