You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/01/16 19:15:37 UTC

[incubator-pinot] branch json_table_config updated (019e275 -> 1d7f941)

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

jackie pushed a change to branch json_table_config
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard 019e275  Fix the TableConfig toJSONConfig() method
     new 3755e83  Add touch method in PinotFS; Call touch when moving deleted segments. (#3684)
     new e6dd1ec  Cleaning up the pom.xml file (#3695)
     new 1d7f941  Fix the TableConfig toJSONConfig() method

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   (019e275)
            \
             N -- N -- N   refs/heads/json_table_config (1d7f941)

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 5628 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:
 .../org/apache/pinot/filesystem/AzurePinotFS.java  |  11 +++
 .../builder/RoutingTableBuilderTestUtil.java       |  18 ++--
 .../apache/pinot/common/config/TableConfig.java    |   1 +
 .../helix/core/SegmentDeletionManager.java         |   5 +-
 .../org/apache/pinot/filesystem/LocalPinotFS.java  |   9 ++
 .../java/org/apache/pinot/filesystem/PinotFS.java  |  10 +-
 .../apache/pinot/filesystem/LocalPinotFSTest.java  |  23 +++++
 .../pinot/filesystem/PinotFSFactoryTest.java       |   5 +
 .../org/apache/pinot/filesystem/HadoopPinotFS.java |  28 ++++--
 pinot-transport/pom.xml                            |  10 --
 pom.xml                                            | 104 ++++++++-------------
 11 files changed, 129 insertions(+), 95 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org