deepthi912 commented on PR #17696:
URL: https://github.com/apache/pinot/pull/17696#issuecomment-3985464078

   > Is it correct to perform the check on generator side, or should we perform 
the check on the executor side? We don't want to have the same check in both 
places. I think skipping the segment on the executor side is the correct 
approach. When a segment is completely empty, who is responsible for deleting 
it? Generator or executor?
   > 
   > cc @tarun11Mavani It would be good if you also join this discussion
   
   Performing it only on executor makes much more sense, when the segment is 
empty executor is responsible for deleting it. @Jackie-Jiang 


-- 
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