yashmayya commented on code in PR #13817:
URL: https://github.com/apache/pinot/pull/13817#discussion_r1716861640
##########
pinot-core/src/test/java/org/apache/pinot/queries/FluentQueryTest.java:
##########
@@ -101,11 +182,22 @@ public static class DeclaringTable {
_extraQueryOptions = extraQueryOptions;
}
+ /**
+ * Creates one segment on the first instance with the given content.
+ *
+ * @param content the content of the segment.
+ * @see OnFirstInstance#andSegment(String...) to learn more about the
content syntax
+ */
Review Comment:
Makes sense, thanks!
--
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]