shounakmk219 commented on code in PR #13627:
URL: https://github.com/apache/pinot/pull/13627#discussion_r1682075312
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/startree/v2/builder/MultipleTreesBuilder.java:
##########
@@ -127,8 +127,22 @@ private StarTreeIndexSeparator getSeparator()
throws Exception {
List<StarTreeV2Metadata> starTreeMetadataList = new
SegmentMetadataImpl(_indexDir).getStarTreeV2MetadataList();
if (starTreeMetadataList == null) {
+ LOGGER.error("No existing star-tree. Building all new start-trees.");
Review Comment:
Ah my bad. Was using error for ease in testing in local setup, forgot to
revert.
--
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]