You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2021/03/10 02:43:07 UTC

[incubator-pinot] branch basic-auth-controller updated (ed5cd86 -> 1b130c7)

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

apucher pushed a change to branch basic-auth-controller
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard ed5cd86  dedicated auth quickstart
 discard a3a7af9  config overrides in starter commands
 discard cd60ca0  force quickstart broker auth
 discard 1685683  make minion task auth augmentation optional
 discard f260beb  auth workflow info
 discard cc56417  rebase fix
 discard a9af5ba  refactor FileUploadDownloadClient
 discard c449eee  transitioning more calls for auth support
 discard 75be491  tokens everywhere
 discard 0187ead  progress
     add 341ef92  In PinotDataType, trim the string before converting to other types (#6635)
     add c1a43aa  Add context on data type transform failure (#6658)
     add 6644968  Support identifier/literal as the derived column transform function (#6657)
     add a73c523  remove duplicate code (#6643)
     add 3232db9  Update year in NOTICE (#6662)
     add 318a4c8  Add toString method in PinotMetricName interface (#6663)
     add e720aeb  progress
     add 31a8cdb  tokens everywhere
     add 527212e  transitioning more calls for auth support
     add e26ee1d  refactor FileUploadDownloadClient
     add eddf171  rebase fix
     add 9b100fb  auth workflow info
     add 369648c  make minion task auth augmentation optional
     add b162807  force quickstart broker auth
     add 559a19d  config overrides in starter commands
     add 2907987  dedicated auth quickstart
     add 1b130c7  manual review fixes

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   (ed5cd86)
            \
             N -- N -- N   refs/heads/basic-auth-controller (1b130c7)

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:
 NOTICE                                             |  2 +-
 .../apache/pinot/common/utils/PinotDataType.java   | 12 +--
 .../pinot/common/utils/PinotDataTypeTest.java      |  6 +-
 .../api/access/BasicAuthAccessControlFactory.java  | 14 ----
 .../api/resources/PinotControllerAuthResource.java |  4 +-
 .../data/function/InbuiltFunctionEvaluator.java    | 76 +++++++----------
 .../recordtransformer/DataTypeTransformer.java     | 62 +++++++-------
 .../context/utils/QueryContextConverterUtils.java  | 28 ++++---
 .../function/InbuiltFunctionEvaluatorTest.java     | 30 ++++++-
 .../processing/framework/PartitionerTest.java      |  4 +-
 .../processing/framework/RecordFilterTest.java     |  4 +-
 .../framework/RecordTransformerTest.java           |  7 +-
 .../java/org/apache/pinot/compat/tests/BaseOp.java |  1 +
 .../org/apache/pinot/compat/tests/QueryOp.java     |  3 +-
 .../apache/pinot/compat/tests/QueryProcessor.java  | 98 ----------------------
 .../org/apache/pinot/compat/tests/SegmentOp.java   |  8 +-
 .../org/apache/pinot/compat/tests/StreamOp.java    |  4 +-
 .../pinot/integration/tests/ClusterTest.java       |  2 +-
 .../ingestion/batch/common/SegmentPushUtils.java   |  4 +-
 .../ingestion/common/DefaultControllerRestApi.java |  1 +
 .../plugin/metrics/yammer/YammerMetricName.java    |  5 ++
 .../apache/pinot/spi/metrics/PinotMetricName.java  |  6 ++
 .../org/apache/pinot/tools/BootstrapTableTool.java | 12 +--
 .../tools/admin/command/ImportDataCommand.java     |  5 ++
 24 files changed, 162 insertions(+), 236 deletions(-)
 delete mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/compat/tests/QueryProcessor.java


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