You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/05/10 12:16:39 UTC

[incubator-pinot] branch jsonpath_function updated (9ed2e19 -> fa1bfdc)

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

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


 discard 9ed2e19  Adding jsonPathKey Function
 discard 4cc9f7d  Adding more tests
 discard 3ba6e5c  Adding integration test
 discard f52fcd9  Adding json_path function to extract field from json object
     add edef309  Adding helm repo index so user can use helm without checkout pinot repo. (#5327)
     add 2bda544  Timespec to datetimespec conversion utility (#5324)
     add f08d355  Fix the case-sensitibity handling for aggregation functions (#5329)
     add 0ccb389  Fix the bug introduced in #5132 where ScanBasedDocIdIterator.isMatch() is still required (#5328)
     add b500286  ReturnType in ConstantExecutionNode (#5334)
     add 31c55af  [Part 3.1] Deepstore by-pass: Add a new best effort segment uploader with bounded upload time and d… (#5314)
     add 52001be  Add transformFunction field in equals, hashCode and toJsonObject of FieldSpec (#5335)
     add 413cbe0  [TE] frontend - harleyjj/alert-details - remove separate time range for anomalies in alert-details component (#5340)
     add 347a97f  Add api in AggregationFunction to get compiled input expressions. (#5339)
     add f0ecdf1  Track unavailable segments in InstanceSelector (#5337)
     add bf4ed66  [SegmentGeneratorConfig Cleanup] Refactor CreateSegmentCommand and remove the clone constructor in SegmentGeneratorConfig (#5338)
     add 589b1aa  Fix new broker to old server backward compatibility issue. (#5342)
     add e46a92a  Change log level to info in pinot-tools (#5348)
     add bfd263a  Remove some unused TimeFieldSpec related methods from Schema (#5347)
     add 51f313d  [TE] update reporting anomaly endpoints (#5333)
     add aa0a5f1  Remove excessive SchemaBuilder#addTime methods (#5349)
     add 5cbdfcb  [SegmentGeneratorConfig Cleanup] Make PinotOutputFormat use table config and schema to create segments (#5350)
     add d0a87b5  Pass valid tableConfig to SegmentGeneratorConfig in all tests (#5353)
     add af5a901  Optimize RealtimeDictionaryBasedRangePredicateEvaluator by not scanning the dictionary when cardinality is high (#5331)
     add 9246d7e  Update package.json to resolve sharp version to fix the local build issue. (#5215)
     add 44b0a91  Fix NoSuchMethodError on ServerConfiguration.addHttpHandler (#5357)
     add 0a06344  Adding json_path function to extract field from json object
     add 880ac45  Adding integration test
     add cbb2937  Adding more tests
     add fa1bfdc  Adding jsonPathKey Function

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   (9ed2e19)
            \
             N -- N -- N   refs/heads/jsonpath_function (fa1bfdc)

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/Dockerfile                     |   4 +
 kubernetes/helm/index.yaml                         |  54 +++
 kubernetes/helm/pinot-0.2.0.tgz                    | Bin 0 -> 102559 bytes
 kubernetes/helm/values.yaml                        |   6 +-
 .../apache/pinot/broker/api/RequestStatistics.java |   9 +
 .../broker/api/resources/PinotBrokerDebug.java     |  15 +-
 .../requesthandler/BaseBrokerRequestHandler.java   | 100 +++---
 .../pinot/broker/routing/RoutingManager.java       |  30 +-
 .../apache/pinot/broker/routing/RoutingTable.java  |  29 +-
 .../instanceselector/BaseInstanceSelector.java     | 156 ++++++---
 .../routing/instanceselector/InstanceSelector.java |  29 +-
 .../broker/broker/HelixBrokerStarterTest.java      |  18 +-
 .../instanceselector/InstanceSelectorTest.java     | 218 ++++++++++--
 .../timeboundary/TimeBoundaryManagerTest.java      |   4 +-
 .../org/apache/pinot/common/utils/SchemaUtils.java |   3 +-
 .../parsers/PinotQuery2BrokerRequestConverter.java |   7 +
 .../pql/parsers/pql2/ast/FunctionCallAstNode.java  |   6 +
 .../apache/pinot/common/data/FieldSpecTest.java    |   9 +-
 .../org/apache/pinot/common/data/SchemaTest.java   |  83 +----
 ...PinotInstanceAssignmentRestletResourceTest.java |   5 +-
 .../core/data/function/DateTimeFunctions.java      | 169 ++++++++-
 .../data/function/DefaultFunctionEvaluator.java    |  14 +-
 .../pinot/core/data/function/FunctionRegistry.java |  30 +-
 .../realtime/LLRealtimeSegmentDataManager.java     |   2 +-
 .../manager/realtime/PinotFSSegmentUploader.java   |  86 +++++
 .../manager/realtime/SegmentCommitterFactory.java  |  13 +-
 .../data/manager/realtime/SegmentUploader.java     |   3 +-
 .../realtime/Server2ControllerSegmentUploader.java |   3 +-
 .../manager/realtime/SplitSegmentCommitter.java    |  20 +-
 .../generator/SegmentGeneratorConfig.java          | 107 +-----
 .../immutable/ImmutableSegmentLoader.java          |   2 +-
 .../indexsegment/mutable/MutableSegmentImpl.java   |  42 +--
 .../apache/pinot/core/minion/SegmentConverter.java |   8 +-
 .../minion/rollup/MergeRollupSegmentConverter.java |   8 +-
 .../operator/dociditerators/AndDocIdIterator.java  |  11 +
 .../ExpressionScanDocIdIterator.java               | 111 +++---
 .../dociditerators/MVScanDocIdIterator.java        |  14 +-
 .../dociditerators/SVScanDocIdIterator.java        |  12 +-
 .../dociditerators/ScanBasedDocIdIterator.java     |   2 +
 .../BaseDictionaryBasedPredicateEvaluator.java     |   3 -
 .../BaseRawValueBasedPredicateEvaluator.java       |   2 -
 .../predicate/PredicateEvaluatorProvider.java      |   8 +-
 .../predicate/RangePredicateEvaluatorFactory.java  | 109 ++++--
 .../plan/AggregationGroupByOrderByPlanNode.java    |   5 +-
 .../core/plan/AggregationGroupByPlanNode.java      |   5 +-
 .../pinot/core/plan/AggregationPlanNode.java       |   6 +-
 .../apache/pinot/core/plan/SelectionPlanNode.java  |  40 ++-
 .../apache/pinot/core/plan/TransformPlanNode.java  |  94 +++--
 .../aggregation/function/AggregationFunction.java  |   8 +
 .../function/AggregationFunctionUtils.java         |  32 ++
 .../function/AvgAggregationFunction.java           |  14 +-
 .../function/CountAggregationFunction.java         |  11 +-
 .../function/CountMVAggregationFunction.java       |  14 +-
 .../function/DistinctAggregationFunction.java      |  17 +-
 .../function/DistinctCountAggregationFunction.java |  10 +
 .../DistinctCountHLLAggregationFunction.java       |  10 +
 .../DistinctCountRawHLLAggregationFunction.java    |  10 +
 .../function/FastHLLAggregationFunction.java       |  10 +
 .../function/MaxAggregationFunction.java           |  10 +
 .../function/MinAggregationFunction.java           |  11 +
 .../function/MinMaxRangeAggregationFunction.java   |  13 +-
 .../function/PercentileAggregationFunction.java    |   9 +
 .../function/PercentileEstAggregationFunction.java |  12 +-
 .../PercentileTDigestAggregationFunction.java      |   9 +
 .../function/SumAggregationFunction.java           |  10 +
 .../ColumnMinMaxValueGenerator.java                |  38 +-
 .../apache/pinot/core/common/DataFetcherTest.java  |   8 +-
 .../function/DateTimeFunctionEvaluatorTest.java    | 127 ++++++-
 .../realtime/PinotFSSegmentUploaderTest.java       | 187 ++++++++++
 .../Server2ControllerSegmentUploaderTest.java      |   8 +-
 .../data/readers/RecordReaderSampleDataTest.java   |  97 +-----
 .../ExpressionTransformerTimeTest.java             |   4 +-
 .../generator/SegmentGeneratorConfigTest.java      |  16 +-
 .../MutableSegmentImplAggregateMetricsTest.java    |   4 +-
 ...adataAndDictionaryAggregationPlanMakerTest.java |   5 +-
 ...ngeOfflineDictionaryPredicateEvaluatorTest.java |  31 +-
 .../segment/index/creator/RawIndexCreatorTest.java |  11 +-
 .../SegmentGenerationWithBytesTypeTest.java        |  12 +-
 .../SegmentGenerationWithNullValueVectorTest.java  |  10 +-
 .../index/creator/SegmentPartitionTest.java        |   6 +-
 .../index/loader/SegmentPreProcessorTest.java      |   8 +-
 .../pinot/core/startree/v2/BaseStarTreeV2Test.java |   6 +-
 .../apache/pinot/core/util/SchemaUtilsTest.java    |   2 +-
 .../pinot/queries/BaseMultiValueQueriesTest.java   |   4 +-
 .../pinot/queries/BaseSingleValueQueriesTest.java  |   4 +-
 .../apache/pinot/queries/DistinctQueriesTest.java  |   5 +-
 .../apache/pinot/queries/FastHllQueriesTest.java   |  11 +-
 .../queries/PercentileTDigestMVQueriesTest.java    |   6 +-
 .../queries/PercentileTDigestQueriesTest.java      |   6 +-
 .../RangePredicateWithSortedInvertedIndexTest.java |  12 +-
 .../pinot/queries/SerializedBytesQueriesTest.java  |   7 +-
 .../pinot/queries/TextSearchQueriesTest.java       |   7 +-
 .../apache/pinot/queries/TransformQueriesTest.java |   4 +-
 .../DefaultAggregationExecutorTest.java            |   9 +-
 .../DictionaryBasedGroupKeyGeneratorTest.java      |  28 +-
 .../groupby/NoDictionaryGroupKeyGeneratorTest.java |  26 +-
 .../v1/creator/OnHeapDictionariesTest.java         |  11 +-
 .../segments/v1/creator/SegmentTestUtils.java      |  13 +-
 .../tests/BaseClusterIntegrationTestSet.java       |   4 +-
 .../DefaultCommitterRealtimeIntegrationTest.java   |  10 +-
 .../tests/HybridClusterIntegrationTest.java        |  21 ++
 .../LuceneRealtimeClusterIntegrationTest.java      |   2 +-
 .../apache/pinot/server/util/SegmentTestUtils.java |  15 +-
 .../org/apache/pinot/perf/RawIndexBenchmark.java   |   7 +-
 .../pinot/perf/StringDictionaryPerfTest.java       |   6 +-
 ...ecordSerialization.java => FieldExtractor.java} |  26 +-
 .../pinot/hadoop/io/JsonBasedFieldExtractor.java}  |  33 +-
 .../pinot/hadoop/io/JsonPinotOutputFormat.java     |  99 ------
 .../apache/pinot/hadoop/io/PinotOutputFormat.java  | 159 +++------
 .../org/apache/pinot/hadoop/io/PinotRecord.java    |  83 -----
 .../apache/pinot/hadoop/io/PinotRecordWriter.java  | 135 ++++---
 .../pinot/hadoop/io/PinotOutputFormatTest.java     | 185 ++++------
 .../avro/AvroRecordToPinotRowGeneratorTest.java    |   5 +-
 .../plugin/inputformat/avro/AvroUtilsTest.java     |   3 +-
 .../apache/pinot/spi/data/DateTimeFieldSpec.java   |  16 +-
 .../java/org/apache/pinot/spi/data/FieldSpec.java  |   8 +-
 .../java/org/apache/pinot/spi/data/Schema.java     | 264 +++++++++-----
 .../pinot/spi/data/DateTimeFieldSpecUtilsTest.java | 188 ++++++++++
 pinot-tools/pom.xml                                |  15 +
 .../tools/admin/command/CreateSegmentCommand.java  | 387 +++++++--------------
 .../tools/admin/command/GenerateDataCommand.java   |   3 +-
 .../tools/query/comparison/ClusterStarter.java     |   4 +-
 pinot-tools/src/main/resources/log4j2.xml          |   2 +-
 pom.xml                                            |  18 +-
 .../app/pods/components/alert-details/component.js |  24 +-
 .../dashboard/resources/v2/ResourceUtils.java      |   2 +-
 .../thirdeye/detection/DetectionResource.java      |  41 ++-
 website/package.json                               |   3 +
 128 files changed, 2754 insertions(+), 1671 deletions(-)
 create mode 100644 kubernetes/helm/index.yaml
 create mode 100644 kubernetes/helm/pinot-0.2.0.tgz
 copy thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/rootcause/impl/RCAConfiguration.java => pinot-broker/src/main/java/org/apache/pinot/broker/routing/RoutingTable.java (55%)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/PinotFSSegmentUploader.java
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/data/manager/realtime/PinotFSSegmentUploaderTest.java
 rename pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/io/{PinotRecordSerialization.java => FieldExtractor.java} (66%)
 copy pinot-plugins/{pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroRecordExtractor.java => pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/io/JsonBasedFieldExtractor.java} (51%)
 delete mode 100644 pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/io/JsonPinotOutputFormat.java
 delete mode 100644 pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/io/PinotRecord.java
 create mode 100644 pinot-spi/src/test/java/org/apache/pinot/spi/data/DateTimeFieldSpecUtilsTest.java


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