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

xiangfu pushed a change to branch switch-ui-to-sql
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard b2b5779  move sql back to pql parser
 discard edea63b  Address comments
 discard 05da777  Adding sql endpoint in controller
 discard 8a1371c  Update TransformExpressionTree.java
 discard fb06855  Make sql as default query format.
     add c6065ae  [TE] weekly detection - time zone daily boundary alignment 
(#5004)
     add c3117d0  Handle sun.nio.ch.DirectBuffer cleaner behavior for jdk 8+ 
(#5002)
     add 0819c1e  [TE] frontend - harleyjj/alert-details - show bounds for 
minute and day granularity in Alert Overview (#5000)
     add 1f876c6  update docker image location (#5007)
     add 4d61045  Supress runtime logging warnings for java 11 (#5001)
     add 94c7675  Exclude slf4j from pom (#5010)
     add c2c557c  Make sql as default query format.
     add d83f270  Update TransformExpressionTree.java
     add 9fdae26  Adding sql endpoint in controller
     add 1e56284  Address comments
     add 91958f9  move sql back to pql parser
     add 26586a1  move sql parser to calcite parser again

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   (b2b5779)
            \
             N -- N -- N   refs/heads/switch-ui-to-sql (26586a1)

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:
 docker/images/pinot-presto/README.md               |   4 +-
 docker/images/pinot-superset/Makefile              |   2 +-
 docker/images/pinot-superset/README.md             |   2 +-
 docker/images/pinot/README.md                      |  16 +-
 docker/images/pinot/docker-compose.yml             |   6 +-
 kubernetes/helm/README.md                          |   7 +-
 kubernetes/helm/pinot-realtime-quickstart.yml      |   8 +-
 kubernetes/helm/presto-coordinator.yaml            |   2 +-
 kubernetes/helm/presto-worker.yaml                 |   2 +-
 kubernetes/helm/templates/broker/statefulset.yml   |   2 +-
 .../helm/templates/controller/statefulset.yaml     |   2 +-
 kubernetes/helm/templates/server/statefulset.yml   |   2 +-
 kubernetes/helm/values.yaml                        |   7 +-
 kubernetes/skaffold/gke/pinot-broker.yml           |   2 +-
 kubernetes/skaffold/gke/pinot-controller.yml       |   2 +-
 .../skaffold/gke/pinot-realtime-quickstart.yml     |   4 +-
 kubernetes/skaffold/gke/pinot-server.yml           |   2 +-
 .../api/resources/PinotQueryResource.java          |  34 +++-
 .../pinot/core/segment/memory/PinotByteBuffer.java |  12 +-
 .../org/apache/pinot/core/util/CleanerUtil.java    | 199 +++++++++++++++++++++
 .../pinot-input-format/pinot-parquet/pom.xml       |   4 +
 pinot-tools/pom.xml                                |  18 +-
 .../src/main/resources/appAssemblerScriptTemplate  |   5 +
 .../src/main/resources/conf/pinot-admin-log4j2.xml |   4 +
 .../main/resources/conf/pinot-broker-log4j2.xml    |   1 +
 .../resources/conf/pinot-controller-log4j2.xml     |   1 +
 .../resources/conf/pinot-ingestion-job-log4j2.xml  |   1 +
 .../main/resources/conf/pinot-server-log4j2.xml    |   1 +
 .../src/main/resources/conf/pinot-tools-log4j2.xml |   4 +
 .../src/main/resources/conf/quickstart-log4j2.xml  |   4 +
 .../app/pods/components/alert-details/component.js |  11 +-
 .../pinot/thirdeye/detection/DetectionUtils.java   |   6 +-
 .../detection/components/HoltWintersDetector.java  |  18 +-
 .../components/PercentageChangeRuleDetector.java   |  11 +-
 34 files changed, 325 insertions(+), 81 deletions(-)
 create mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/util/CleanerUtil.java


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

Reply via email to