You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by so...@apache.org on 2019/04/21 22:36:33 UTC

[drill] branch 1.16.0 updated (6eedd93 -> b3db1ff)

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

sorabh pushed a change to branch 1.16.0
in repository https://gitbox.apache.org/repos/asf/drill.git.


 discard 6eedd93  Revert DRILL-6642: Update protocol-buffers version
 discard cbc6116  Revert "DRILL-7105: Error while building the Drill native client"
     new f971c1f  DRILL-7186: Add back storage.json REST endpoint (regression after DRILL-6562)
     new ffc6ef9  Fixed Error for Long Packets
     new a148aac  DRILL-7190: Missing backward compatibility for REST API with DRILL-6562
     new de9edb4  DRILL-7189: Revert DRILL-7105 Error while building the Drill native client
     new b3db1ff  DRILL-7188: Revert DRILL-6642: Update protocol-buffers version

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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   (6eedd93)
            \
             N -- N -- N   refs/heads/1.16.0 (b3db1ff)

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 3567 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:
 .../drill/exec/server/rest/StorageResources.java   | 70 ++++++++++++++++++++--
 .../drill/exec/store/pcap/decoder/Packet.java      |  2 +-
 .../main/resources/rest/static/js/serverMessage.js |  2 +-
 3 files changed, 66 insertions(+), 8 deletions(-)