siddharthteotia commented on a change in pull request #6710: URL: https://github.com/apache/incubator-pinot/pull/6710#discussion_r599202507
########## File path: pinot-core/src/main/java/org/apache/pinot/core/common/datatable/DataTableImplV2V3.java ########## @@ -61,12 +65,15 @@ private final byte[] _variableSizeDataBytes; private final ByteBuffer _variableSizeData; private final Map<String, String> _metadata; + // Only V3 has _positionalData + private final String[] _positionalData; Review comment: Also update the javadocs in class DataTableBuilder because that's where the structure of the file is listed -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org