gszadovszky commented on code in PR #3264:
URL: https://github.com/apache/parquet-java/pull/3264#discussion_r2265831420
##########
parquet-column/src/main/java/org/apache/parquet/column/page/DictionaryPage.java:
##########
@@ -74,6 +77,17 @@ public DictionaryPage copy() throws IOException {
return new DictionaryPage(BytesInput.copy(bytes), getUncompressedSize(),
dictionarySize, encoding);
}
+ /**
+ * @return the decoded dictionary
+ */
+ public Dictionary getDictionary(ColumnDescriptor path) {
Review Comment:
I think something like `decode` would be a better naming.
--
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]