This is an automated email from the ASF dual-hosted git repository. kszucs pushed a change to annotated tag apache-arrow-0.16.0 in repository https://gitbox.apache.org/repos/asf/arrow.git.
*** WARNING: tag apache-arrow-0.16.0 was modified! *** from 5570265 (tag) to cf1998e (tag) tagging 3114dd8463a2de9e070b3169a48a6e0e9e701b75 (commit) replaces apache-arrow-0.15.0 by Krisztián Szűcs on Mon Jan 27 15:37:34 2020 +0100 - Log ----------------------------------------------------------------- [maven-release-plugin] copy for tag apache-arrow-0.16.0 ----------------------------------------------------------------------- discard aea80ef [maven-release-plugin] prepare release apache-arrow-0.16.0 discard 7adde45 [Release] Update JAVA versions for 0.16.0 discard 3227fe4 [Release] Update versions for 0.16.0 discard 468a871 [Release] Update .deb/.rpm changelogs for 0.16.0 discard 37e8dbb [Release] Update CHANGELOG.md for 0.16.0 add 16441d4 ARROW-7343: [Java][FlightRPC] prevent leak in DoGet add 6d23ccc ARROW-7689: [FlightRPC][C++] bump bundled gRPC to 1.25 to fix MacOS test failure new a6358b9 [Release] Update JAVA versions for 0.16.0 new d916936 [Release] Update CHANGELOG.md for 0.16.0 new 5c86216 [Release] Update .deb/.rpm changelogs for 0.16.0 new 22eb55b [Release] Update versions for 0.16.0 new 3114dd8 [maven-release-plugin] prepare release apache-arrow-0.16.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the annotated tag are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (5570265) \ N -- N -- N refs/tags/apache-arrow-0.16.0 (cf1998e) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGELOG.md | 2 + cpp/thirdparty/versions.txt | 2 +- .../apache-arrow-archive-keyring/debian/changelog | 2 +- .../apache-arrow/debian.ubuntu-xenial/changelog | 2 +- .../linux-packages/apache-arrow/debian/changelog | 2 +- .../java/org/apache/arrow/flight/ArrowMessage.java | 19 ++- .../org/apache/arrow/flight/AsyncPutListener.java | 5 + .../org/apache/arrow/flight/DictionaryUtils.java | 13 +- .../java/org/apache/arrow/flight/FlightClient.java | 31 +++- .../org/apache/arrow/flight/FlightProducer.java | 8 + .../org/apache/arrow/flight/FlightService.java | 31 +++- .../java/org/apache/arrow/flight/FlightStream.java | 75 +++++---- .../java/org/apache/arrow/flight/StreamPipe.java | 6 +- .../org/apache/arrow/flight/SyncPutListener.java | 5 + .../apache/arrow/flight/TestBasicOperation.java | 55 +++---- .../apache/arrow/flight/auth/TestBasicAuth.java | 28 ++-- .../java/org/apache/arrow/flight/TestLeak.java | 183 +++++++++++++++++++++ 17 files changed, 367 insertions(+), 102 deletions(-) create mode 100644 java/flight/src/test/java/org/apache/arrow/flight/TestLeak.java