This is an automated email from the ASF dual-hosted git repository.
Jackie-Jiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 3d9a31b879d Remove dead deprecated constant
SegmentPrunerConfig.SEGMENT_PRUNER_NAMES_KEY (#18699)
3d9a31b879d is described below
commit 3d9a31b879d300b827bf5b1b642311701222f51a
Author: Akanksha kedia <[email protected]>
AuthorDate: Tue Jun 9 03:29:51 2026 +0530
Remove dead deprecated constant
SegmentPrunerConfig.SEGMENT_PRUNER_NAMES_KEY (#18699)
---
.../java/org/apache/pinot/core/query/config/SegmentPrunerConfig.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/pinot-core/src/main/java/org/apache/pinot/core/query/config/SegmentPrunerConfig.java
b/pinot-core/src/main/java/org/apache/pinot/core/query/config/SegmentPrunerConfig.java
index f8e29c66619..1325a646ad6 100644
---
a/pinot-core/src/main/java/org/apache/pinot/core/query/config/SegmentPrunerConfig.java
+++
b/pinot-core/src/main/java/org/apache/pinot/core/query/config/SegmentPrunerConfig.java
@@ -28,9 +28,6 @@ import org.apache.pinot.spi.utils.CommonConstants.Server;
* Config for SegmentPruner.
*/
public class SegmentPrunerConfig {
- @Deprecated
- public static final String SEGMENT_PRUNER_NAMES_KEY = Server.CLASS;
-
private final int _numSegmentPruners;
private final List<String> _segmentPrunerNames;
private final List<PinotConfiguration> _segmentPrunerConfigs;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]