ConeyLiu commented on code in PR #1177:
URL: https://github.com/apache/parquet-mr/pull/1177#discussion_r1403533624
##########
parquet-column/src/main/java/org/apache/parquet/internal/column/columnindex/OffsetIndexBuilder.java:
##########
@@ -80,11 +90,22 @@ public void add(int compressedPageSize, long rowCount) {
@Override
public void add(long offset, int compressedPageSize, long rowCount) {
}
+
+ @Override
+ public OffsetIndex build() {
Review Comment:
Why add these two changes? Does this perform as same as before?
--
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]