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 2019/03/20 23:09:51 UTC

[incubator-pinot] branch nested-object-indexing updated (c2d822d -> 3140bb9)

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

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


 discard c2d822d  fixing license header
 discard 635c451  Adding support for bytes type in realtime + nested object indexing
 discard 946499e  Wiring up end to end to support indexing nested fields on complex objects
 discard 9c09912e Adding support for Object Type
 discard 1f6b4c6  Enhancing PQL to support MATCHES predicate, can be used for searching within text, map, json and other complex objects
 discard 9099d30  Adding support for MATCHES Predicate
     new 581464e  Spelling correction (#3977)
     new 636c6c1  [TE] frontend - harleyjj/home - set default date picker to yesterday (#3976)
     new 67b729d  [TE] yaml - more validation on max duration (#3982)
     new 9e8e373  [TE] detection - preview a yaml with existing anomalies (#3983)
     new 565171f  add config to control kafka fetcher size and increase default (#3869)
     new f815e2e  [TE] detection - align metric slices (#3981)
     new df62374  [TE] frontend - harleyjj/preview - default preview to 2 days to accomodate daily metrics (#3980)
     new 2c5d42a  [TE] frontend - harleyjj/report-anomaly - adds back report-anomaly modal to alert overview (#3985)
     new d2a3d84  [TE] Fix for delayed anomalies due to watermark bug (#3984)
     new fe203b5  Pinot server side change to optimize LLC segment completion with direct metadata upload.  (#3941)
     new f26b2f3  [TE] Remove deprecated legacy logic in user dashboard (#3988)
     new 31f4fd0  [TE] frontend - harleyjj/edit-alert - update endpoint for preview when editing alert (#3987)
     new 59fd4aa  Add documentation (#3986)
     new 98dcebc  Add experiment section in getting started (#3989)
     new 205ec50  Update managing pinot doc (#3991)
     new d8061f3  [TE] frontend - harleyjj/edit-alert - fix subscription group put bug (#3995)
     new 6eb8e79  Fixing type casting issue for BYTES type values during realtime segment persistence (#3992)
     new d78a807  [TE] Clean up the yaml editor calls and messages (#3996)
     new e8ac3b3  Adding support for MATCHES Predicate
     new 35eace3  Enhancing PQL to support MATCHES predicate, can be used for searching within text, map, json and other complex objects
     new 0b2ddf0  Adding support for Object Type
     new 5e394ca  Wiring up end to end to support indexing nested fields on complex objects
     new 2bcdfef  Adding support for bytes type in realtime + nested object indexing
     new 48f5b40  fixing license header
     new 3140bb9  Adding simple avro msg decoder which could read avro schema from table creation config

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   (c2d822d)
            \
             N -- N -- N   refs/heads/nested-object-indexing (3140bb9)

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 5870 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:
 docs/client_api.rst                                |   2 +-
 docs/getting_started.rst                           | 156 +++++++++++++++++++++
 docs/img/generate-segment.png                      | Bin 218597 -> 0 bytes
 docs/img/list-schemas.png                          | Bin 8952 -> 247946 bytes
 docs/img/pinot-console.png                         | Bin 0 -> 157310 bytes
 docs/img/query-table.png                           | Bin 35914 -> 0 bytes
 docs/img/rebalance-table.png                       | Bin 0 -> 164989 bytes
 docs/img/upload-segment.png                        | Bin 13944 -> 0 bytes
 docs/management_api.rst                            |  67 +++++++--
 .../protocols/SegmentCompletionProtocol.java       |   6 +
 .../apache/pinot/common/utils/CommonConstants.java |   1 +
 .../common/utils/FileUploadDownloadClient.java     |  24 ++++
 .../manager/config/InstanceDataManagerConfig.java  |   2 +
 .../realtime/LLRealtimeSegmentDataManager.java     |  48 ++++++-
 .../converter/stats/RealtimeColumnStatistics.java  |  20 ++-
 .../impl/kafka/KafkaConnectionHandler.java         |  26 ++--
 .../impl/kafka/KafkaLowLevelStreamConfig.java      |  34 ++++-
 .../impl/kafka/KafkaPartitionLevelConsumer.java    |  21 ++-
 .../impl/kafka/KafkaStreamConfigProperties.java    |   3 +
 ...eDecoder.java => SimpleAvroMessageDecoder.java} |  52 ++++---
 .../segment/index/loader/IndexLoadingConfig.java   |   4 +
 .../ServerSegmentCompletionProtocolHandler.java    |  37 +++++
 .../realtime/LLRealtimeSegmentDataManagerTest.java |   4 +-
 .../impl/kafka/KafkaLowLevelStreamConfigTest.java  |  53 ++++++-
 .../kafka/KafkaPartitionLevelConsumerTest.java     |   7 +
 ...CRealtimeClusterSplitCommitIntegrationTest.java |   2 +-
 .../helix/HelixInstanceDataManagerConfig.java      |   7 +
 .../app/pods/components/alert-details/component.js | 150 ++++++++++++++++++--
 .../app/pods/components/alert-details/template.hbs |  50 +++++++
 .../components/alert-report-modal/component.js     |  55 ++++----
 .../components/alert-report-modal/template.hbs     |  61 ++++----
 .../app/pods/components/yaml-editor/component.js   | 115 ++++++++-------
 .../app/pods/components/yaml-editor/template.hbs   |  11 +-
 .../app/pods/home/index/controller.js              |   8 +-
 .../thirdeye-frontend/app/pods/home/index/route.js |  12 +-
 .../app/pods/manage/explore/template.hbs           |   1 +
 .../app/pods/manage/yaml/template.hbs              |   2 +-
 thirdeye/thirdeye-frontend/app/utils/anomaly.js    |   8 +-
 .../thirdeye-frontend/app/utils/api/anomaly.js     |   8 +-
 .../tests/unit/utils/api/anomaly-test.js           |   2 +-
 .../api/user/dashboard/UserDashboardResource.java  | 140 +-----------------
 .../dashboard/ThirdEyeDashboardApplication.java    |   3 +-
 .../resources/v2/pojo/AnomalySummary.java          |   9 --
 .../thirdeye/detection/DefaultDataProvider.java    |  42 +++++-
 .../thirdeye/detection/DetectionResource.java      |   5 +
 .../pinot/thirdeye/detection/DetectionUtils.java   |   4 +-
 .../detection/wrapper/AnomalyDetectorWrapper.java  |   2 +-
 .../yaml/CompositePipelineConfigTranslator.java    |  29 ++--
 .../thirdeye/detection/yaml/YamlResource.java      |  40 ++++++
 .../resource/v2/UserDashboardResourceTest.java     |  97 +++++++------
 .../detection/algorithm/MergeWrapperTest.java      |  14 +-
 .../wrapper/ChildKeepingMergeWrapperTest.java      |  12 +-
 52 files changed, 1011 insertions(+), 445 deletions(-)
 delete mode 100644 docs/img/generate-segment.png
 create mode 100644 docs/img/pinot-console.png
 delete mode 100644 docs/img/query-table.png
 create mode 100644 docs/img/rebalance-table.png
 delete mode 100644 docs/img/upload-segment.png
 copy pinot-core/src/main/java/org/apache/pinot/core/realtime/impl/kafka/{KafkaJSONMessageDecoder.java => SimpleAvroMessageDecoder.java} (51%)


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