gianm commented on a change in pull request #6794: Query vectorization.
URL: https://github.com/apache/incubator-druid/pull/6794#discussion_r300589926
##########
File path:
processing/src/main/java/org/apache/druid/segment/data/CompressedVSizeColumnarMultiIntsSupplier.java
##########
@@ -38,17 +38,21 @@
* Format -
* byte 1 - version
* offsets - {@link ColumnarInts} of length num of rows + 1 representing
offsets of starting index of first element of
- * each row in values index and last element equal to length of
values column, the last element in the offsets
- * represents the total length of values column.
+ * each row in values index and last element equal to length of values column,
the last element in the offsets
Review comment:
It does sound like the same thing. I actually didn't mean to change anything
here, it was just IDE autoformatting. I restored it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]