This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch fixing_start_role_conf_cast
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 3b54a5b Fixing ControllerConf casting issue
omit 0251892 Remove the code of printing the query plan (#5576)
omit 159e24e Function to round a time value (#5575)
omit 17c9b44 Do not allow realtime table creation if timeColumnName is
null (#5571)
new a27b4ca Fixing ControllerConf casting issue
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 (3b54a5b)
\
N -- N -- N refs/heads/fixing_start_role_conf_cast (a27b4ca)
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 1 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:
.../pinot/common/function/DateTimeFunctions.java | 11 -----
.../common/utils/config/TableConfigUtils.java | 4 --
.../apache/pinot/controller/ControllerConf.java | 10 +++++
.../plan/AggregationGroupByOrderByPlanNode.java | 29 ++++++++++++-
.../core/plan/AggregationGroupByPlanNode.java | 29 ++++++++++++-
.../pinot/core/plan/AggregationPlanNode.java | 23 +++++++++-
.../apache/pinot/core/plan/CombinePlanNode.java | 20 +++++++--
.../plan/DictionaryBasedAggregationPlanNode.java | 15 ++++++-
.../apache/pinot/core/plan/DocIdSetPlanNode.java | 22 ++++++++--
.../org/apache/pinot/core/plan/FilterPlanNode.java | 11 +++++
.../apache/pinot/core/plan/GlobalPlanImplV0.java | 5 +++
.../pinot/core/plan/InstanceResponsePlanNode.java | 18 +++++++-
.../plan/MetadataBasedAggregationPlanNode.java | 20 ++++++++-
.../main/java/org/apache/pinot/core/plan/Plan.java | 7 ++-
.../java/org/apache/pinot/core/plan/PlanNode.java | 12 ++++--
.../apache/pinot/core/plan/ProjectionPlanNode.java | 19 +++++++-
.../apache/pinot/core/plan/SelectionPlanNode.java | 25 ++++++++++-
.../apache/pinot/core/plan/TransformPlanNode.java | 16 +++++++
.../query/executor/ServerQueryExecutorV1Impl.java | 8 ++++
.../startree/plan/StarTreeDocIdSetPlanNode.java | 12 ++++++
.../core/startree/plan/StarTreeFilterPlanNode.java | 12 ++++++
.../startree/plan/StarTreeProjectionPlanNode.java | 13 ++++++
.../startree/plan/StarTreeTransformPlanNode.java | 13 ++++++
.../core/data/function/InbuiltFunctionsTest.java | 6 ---
.../pinot/core/plan/CombinePlanNodeTest.java | 50 ++++++++++++++++------
.../pinot/tools/service/PinotServiceManager.java | 3 +-
.../apache/pinot/tools/utils/PinotConfigUtils.java | 11 +----
27 files changed, 352 insertions(+), 72 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]