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

jlli pushed a change to branch fix-move-files-when-it-is-a-new-table
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard 45ce7f3  Unify move method in PinotFS
     new e518d0a  [TE] Extend anomalies endpoint to fetch by metric/dataset and 
true anomalies (#3832)
     new 7832abf  [TE] frontend - harleyjj/alert-details - add duration to 
anomaly table and hide preview when yaml field updated (#3823)
     new e4a05b2  Update maven config files for preparing release (#3833)
     new d3fad80  Refactor SegmentNameGenerators and integrate them into Hadoop 
(#3821)
     new 3217d80  Add progress reporter to SegmentCreationMapper (#3835)
     new fb9c1dc  Clarify all methods in PinotFS (#3836)
     new 26d22e8  Unify move method in PinotFS
     new 029f5eb  Address PR 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   (45ce7f3)
            \
             N -- N -- N   refs/heads/fix-move-files-when-it-is-a-new-table 
(029f5eb)

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 5741 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:
 .../org/apache/pinot/filesystem/AzurePinotFS.java  |  31 +-
 .../helix/core/SegmentDeletionManager.java         |  27 +-
 .../realtime/PinotLLCRealtimeSegmentManager.java   |   5 +-
 .../generator/SegmentGeneratorConfig.java          |   8 +-
 .../impl/SegmentIndexCreationDriverImpl.java       |  10 +-
 .../segment/name/DefaultSegmentNameGenerator.java  | 146 --------
 .../segment/name/FixedSegmentNameGenerator.java    |  27 +-
 .../name/NormalizedDateSegmentNameGenerator.java   | 190 +++++-----
 .../core/segment/name/SegmentNameGenerator.java    |  18 +-
 .../segment/name/SimpleSegmentNameGenerator.java   |  59 ++++
 .../core/segment/index/loader/LoaderUtilsTest.java |   2 +-
 .../name/DefaultSegmentNameGeneratorTest.java      | 163 ---------
 .../NormalizedDateSegmentNameGeneratorTest.java    | 198 +++++------
 .../name/SimpleSegmentNameGeneratorTest.java       |  58 ++++
 pinot-distribution/pinot-assembly.xml              |   2 +-
 pinot-distribution/pom.xml                         |  31 +-
 .../org/apache/pinot/filesystem/LocalPinotFS.java  |  32 +-
 .../java/org/apache/pinot/filesystem/PinotFS.java  |  79 +++--
 .../org/apache/pinot/filesystem/HadoopPinotFS.java |  24 +-
 .../pinot/hadoop/job/JobConfigConstants.java       |  16 +-
 .../hadoop/job/mapper/SegmentCreationMapper.java   |  82 ++++-
 .../converter/ColumnarToStarTreeConverter.java     |  16 +-
 .../segment/converter/SegmentMergeCommand.java     |  13 +-
 pom.xml                                            | 100 +++++-
 .../app/pods/components/alert-details/component.js |  11 +-
 .../app/pods/components/alert-details/template.hbs | 384 +++++++++++----------
 .../user/dashboard}/UserDashboardResource.java     | 163 +++++----
 .../dashboard/ThirdEyeDashboardApplication.java    |   2 +-
 .../resource/v2/UserDashboardResourceTest.java     |  42 ++-
 29 files changed, 991 insertions(+), 948 deletions(-)
 delete mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/segment/name/DefaultSegmentNameGenerator.java
 copy 
pinot-common/src/main/java/org/apache/pinot/pql/parsers/pql2/ast/FloatingPointLiteralAstNode.java
 => 
pinot-core/src/main/java/org/apache/pinot/core/segment/name/FixedSegmentNameGenerator.java
 (60%)
 create mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/segment/name/SimpleSegmentNameGenerator.java
 delete mode 100644 
pinot-core/src/test/java/org/apache/pinot/core/segment/name/DefaultSegmentNameGeneratorTest.java
 create mode 100644 
pinot-core/src/test/java/org/apache/pinot/core/segment/name/SimpleSegmentNameGeneratorTest.java
 rename 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/{dashboard/resources/v2
 => api/user/dashboard}/UserDashboardResource.java (81%)


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

Reply via email to