You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by je...@apache.org on 2019/11/07 23:16:54 UTC

[incubator-pinot] branch realtimeref updated (f3489b4 -> 8f19edc)

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

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


 discard f3489b4  Dealing with issues from merge
 discard c1d9cec  Merge branch 'master' into realtimeref
 discard 0a83fab  Adding test and addressing comments
 discard a91ff14  Adding committer test
 discard d884868  Addressing comments
 discard 8f8a06f  Editing test
 discard fc14c1a  Addressing comments
 discard 15e172d  Fixing test
 discard 4e8b535  Refactoring realtime segment committer
     add 8147714  Adding example for aws (#4789)
     add aba5482  Data Anonymizer Tool (#4747)
     add 343aadb  Disable compression when numPartitions are less than the threshold (#4797)
     add 8516fdb  [TE] frontend - harleyjj/alert-details - small patch for dimensions column in anomaly table (#4799)
     add ea3ef34  Add query options from json to existing query options, instead of overriding (#4786)
     add 6e59583  Refactoring realtime segment committer
     add be74d25  Fixing test
     add e655d76  Addressing comments
     add 30b6e33  Editing test
     add 6dfc2bb  Addressing comments
     add f662d81  Adding committer test
     add 85ef958  Adding test and addressing comments
     add 5d71622  Dealing with issues from merge
     add 8f19edc  Addressing comments

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   (f3489b4)
            \
             N -- N -- N   refs/heads/realtimeref (8f19edc)

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.

No new revisions were added by this update.

Summary of changes:
 kubernetes/examples/helm/README.md                 |   74 +-
 .../examples/helm/pinot-realtime-quickstart.yml    |   36 +-
 .../requesthandler/BaseBrokerRequestHandler.java   |   52 +-
 .../requesthandler/BrokerRequestOptionsTest.java   |  140 +++
 .../apache/pinot/common/utils/CommonConstants.java |    1 -
 .../pinot/common/utils/helix/HelixHelper.java      |   24 +-
 .../org/apache/pinot/pql/parsers/Pql2Compiler.java |   23 +
 .../pql2/ast/ComparisonPredicateAstNode.java       |    4 +
 .../pinot/pql/parsers/pql2/ast/SelectAstNode.java  |   16 +
 .../apache/pinot/controller/ControllerStarter.java |    4 -
 .../manager/realtime/DefaultSegmentCommitter.java  |    6 +-
 .../realtime/LLRealtimeSegmentDataManager.java     |   10 +-
 .../manager/realtime/SegmentCommitterFactory.java  |    8 +-
 .../pinot/core/data/readers/PinotSegmentUtil.java  |    6 +-
 .../DefaultCommitterRealtimeIntegrationTest.java   |  155 +--
 .../tests/LLCRealtimeClusterIntegrationTest.java   |   13 +-
 .../pinot/tools/PinotDataAndQueryAnonymizer.java   | 1303 ++++++++++++++++++++
 .../pinot/tools/admin/PinotAdministrator.java      |    4 +-
 .../tools/admin/command/AnonymizeDataCommand.java  |  181 +++
 .../pinot/tools/TestDataAndQueryAnonymizer.java    |  105 ++
 pinot-tools/src/test/resources/C11.dict            |   12 +
 pinot-tools/src/test/resources/columns.mapping     |   11 +
 pinot-tools/src/test/resources/queries.generated   |    6 +
 pinot-tools/src/test/resources/queries.raw         |    6 +
 .../app/pods/components/alert-details/component.js |    8 +-
 25 files changed, 2050 insertions(+), 158 deletions(-)
 create mode 100644 pinot-broker/src/test/java/org/apache/pinot/broker/requesthandler/BrokerRequestOptionsTest.java
 create mode 100644 pinot-tools/src/main/java/org/apache/pinot/tools/PinotDataAndQueryAnonymizer.java
 create mode 100644 pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/AnonymizeDataCommand.java
 create mode 100644 pinot-tools/src/test/java/org/apache/pinot/tools/TestDataAndQueryAnonymizer.java
 create mode 100644 pinot-tools/src/test/resources/C11.dict
 create mode 100644 pinot-tools/src/test/resources/columns.mapping
 create mode 100644 pinot-tools/src/test/resources/queries.generated
 create mode 100644 pinot-tools/src/test/resources/queries.raw


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