This is an automated email from the ASF dual-hosted git repository. apucher pushed a change to branch thirdeye-temp in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 69b9bc4 [Deepstore by-passing]Introduce a subclasses SplitSegmentCommitter which will proceeds to commit even if the segment upload fails. (#5700) discard 0a82d29 request log discard 561a819 external logger settings in docker configs discard f9b248d add log conf to Dockerfile launch script add 0caec1f remove dependencies of PinotThirdEyeDataSource.DATA_SOURCE_NAME new be30a9f add log conf to Dockerfile launch script new 0690039 external logger settings in docker configs new 6b57986 request log new abd7de7 [Deepstore by-passing]Introduce a subclasses SplitSegmentCommitter which will proceeds to commit even if the segment upload fails. (#5700) 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 (69b9bc4) \ N -- N -- N refs/heads/thirdeye-temp (abd7de7) 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 4 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: .../auto/onboard/AutoOnboardPinotMetadataSource.java | 10 ++++++---- .../pinot/thirdeye/auto/onboard/ConfigGenerator.java | 4 ++-- .../apache/pinot/thirdeye/datasource/ThirdEyeRequest.java | 2 +- .../datasource/mock/AutoOnboardMockDataSource.java | 4 +++- .../thirdeye/datasource/pinot/PinotThirdEyeDataSource.java | 5 ++--- .../datasource/pinot/PinotThirdEyeDataSourceConfig.java | 14 ++++++++------ .../pinot/PinotThirdeyeDataSourceProperties.java | 3 ++- .../pinot/resources/PinotDataSourceResource.java | 2 +- .../yaml/translator/DetectionConfigTranslator.java | 2 +- .../org/apache/pinot/thirdeye/datalayer/DaoTestUtils.java | 2 +- .../pinot/thirdeye/detection/yaml/YamlResourceTest.java | 2 +- .../yaml/translator/DetectionConfigSlaTranslatorTest.java | 2 +- .../yaml/translator/DetectionConfigTranslatorTest.java | 2 +- 13 files changed, 30 insertions(+), 24 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org