Akanksha-kedia commented on PR #18897:
URL: https://github.com/apache/pinot/pull/18897#issuecomment-4853102627

   cc @Jackie-Jiang @mcvsubbu @xiangfu0 — requesting your review.
   
   ## What this PR does
   
   Removes the deprecated DEFAULT_SEGMENT_PUSH_TYPE constant from 
TableConfigBuilder (#17072).
   
   The constant was @Deprecated with a TODO to remove it. It was used in two 
places inside TableConfigBuilder (field initializer + setSegmentPushType 
fallback). Both now use the APPEND literal directly.
   
   Not touched: the _segmentPushType field and setSegmentPushType() method 
(kept deprecated for backward compat), and the similarly named constant in 
SegmentGenerationAndPushTaskGenerator (different type, not deprecated).
   
   Change scope: 3-line removal. No behavior change, no API surface change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to