Jackie-Jiang commented on code in PR #10358: URL: https://github.com/apache/pinot/pull/10358#discussion_r1122171140
########## pinot-core/src/main/java/org/apache/pinot/core/common/Block.java: ########## @@ -19,41 +19,7 @@ package org.apache.pinot.core.common; /** - * - * A block represents a set of rows.A segment will contain one or more blocks - * Currently, it assumes only one column per block. We might change this in - * future + * A {@code Block} represents the data block returned by the {@link Operator}. Each operator can return multiple blocks. Review Comment: It can contain document ids, column values (seems always from multiple columns) or result rows. Updated the javadoc -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org