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

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


 discard 38792d8  Addressing comments
 discard 025159e  Fixing dependency issues
 discard 7f6263b  fixing unit test
 discard 91767a1  Adding ORC Reader Test
 discard d6c3a27  Addressing comments
 discard 2e6bf2f  Fixing dependencies and updating javadoc
 discard d620318  Editing reusable vectorized row batch to really be reusable
 discard ea75c00  Revert "Copying orc reader to pinot core for now so I don't 
have to edit the pinot script internally to publish jars" - giving up because 
so many dependency problems"
 discard d604449  Revert "Fixing maven enforcer dependency issuse"
 discard 63336cc  Fixing maven enforcer dependency issuse
 discard 41c6bf7  Copying orc reader to pinot core for now so I don't have to 
edit the pinot script internally to publish jars
 discard e51533f  Adding orc reader
     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 eccf573  In TableConfig, add checks for mandatory fields (#3993)
     new d78160d  [TE] Aggregation function and double series aggregation 
mapping (#3999)
     new dd595cf  Updated realtime provisioning helper to take in max memory 
available in a host (#3997)
     new dfaaf11  [TE] yaml - anomaly filter validation (#4000)
     new a57caf0  Reserve version 0.2.0 for the next release (#3807)
     new 1f6a453  Adding orc reader
     new c956856  Copying orc reader to pinot core for now so I don't have to 
edit the pinot script internally to publish jars
     new fd25b50  Fixing maven enforcer dependency issuse
     new 746707e  Revert "Fixing maven enforcer dependency issuse"
     new 870bd85  Revert "Copying orc reader to pinot core for now so I don't 
have to edit the pinot script internally to publish jars" - giving up because 
so many dependency problems"
     new 2dc2420  Editing reusable vectorized row batch to really be reusable
     new 053c810  Fixing dependencies and updating javadoc
     new cb5621c  Addressing comments
     new b232715  Adding ORC Reader Test
     new 744a04b  fixing unit test
     new 8e95359  Fixing dependency issues
     new 8ba814b  Addressing comments

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   (38792d8)
            \
             N -- N -- N   refs/heads/orc (8ba814b)

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 5880 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/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 +++-
 pinot-api/pom.xml                                  |   2 +-
 pinot-azure-filesystem/pom.xml                     |   4 +-
 pinot-broker/pom.xml                               |   2 +-
 .../queryquota/TableQueryQuotaManagerTest.java     |  15 +-
 .../broker/routing/TimeBoundaryServiceTest.java    |   3 +-
 .../HighLevelConsumerRoutingTableBuilderTest.java  |   4 +-
 .../LowLevelConsumerRoutingTableBuilderTest.java   |  12 +-
 pinot-common/pom.xml                               |   2 +-
 .../apache/pinot/common/config/TableConfig.java    | 235 ++++++++------
 .../protocols/SegmentCompletionProtocol.java       |   6 +
 .../apache/pinot/common/utils/CommonConstants.java |   1 +
 .../common/utils/FileUploadDownloadClient.java     |  24 ++
 .../pinot/common/config/TableConfigTest.java       | 336 ++++++++++++---------
 pinot-controller/pom.xml                           |   2 +-
 .../resources/PinotTableConfigRestletResource.java | 140 +++++----
 .../api/resources/PinotTableRestletResource.java   |  12 +-
 .../helix/core/PinotHelixResourceManager.java      |  13 +-
 .../controller/util/AutoAddInvertedIndex.java      |   2 +-
 .../resources/PinotTableRestletResourceTest.java   |  34 +--
 .../resources/PinotTenantRestletResourceTest.java  |   2 +-
 .../helix/ControllerInstanceToggleTest.java        |   2 +-
 .../controller/helix/ControllerSentinelTestV2.java |   2 +-
 pinot-core/pom.xml                                 |   2 +-
 .../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 +
 .../segment/index/loader/IndexLoadingConfig.java   |   4 +
 .../ServerSegmentCompletionProtocolHandler.java    |  37 +++
 .../realtime/LLRealtimeSegmentDataManagerTest.java |   4 +-
 .../impl/kafka/KafkaLowLevelStreamConfigTest.java  |  53 +++-
 .../kafka/KafkaPartitionLevelConsumerTest.java     |   7 +
 pinot-distribution/pom.xml                         |   2 +-
 pinot-filesystem/pom.xml                           |   2 +-
 pinot-hadoop-filesystem/pom.xml                    |   2 +-
 pinot-hadoop/pom.xml                               |   2 +-
 .../pinot/hadoop/job/DefaultControllerRestApi.java |   2 +-
 .../pinot/hadoop/job/SegmentCreationJob.java       |   2 +-
 pinot-integration-tests/pom.xml                    |   2 +-
 .../pinot/integration/tests/ClusterTest.java       |  11 +-
 ...CRealtimeClusterSplitCommitIntegrationTest.java |   2 +-
 .../tests/OfflineClusterIntegrationTest.java       |  18 ++
 pinot-minion/pom.xml                               |   2 +-
 pinot-perf/pom.xml                                 |   2 +-
 pinot-server/pom.xml                               |   2 +-
 .../helix/HelixInstanceDataManagerConfig.java      |   7 +
 pinot-tools/pom.xml                                |   2 +-
 .../command/RealtimeProvisioningHelperCommand.java |  15 +-
 .../tools/query/comparison/ClusterStarter.java     |   2 +-
 .../realtime/provisioning/MemoryEstimator.java     |  13 +-
 pinot-transport/pom.xml                            |   2 +-
 pom.xml                                            |   2 +-
 thirdeye/pom.xml                                   |   2 +-
 .../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/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    |   2 +
 .../thirdeye/detection/yaml/YamlResource.java      |  40 +++
 .../timeseries/BaselineAggregateType.java          |   2 +
 .../resource/v2/UserDashboardResourceTest.java     |  97 +++---
 .../detection/algorithm/MergeWrapperTest.java      |  14 +-
 .../wrapper/ChildKeepingMergeWrapperTest.java      |  12 +-
 88 files changed, 1481 insertions(+), 789 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to