emkornfield commented on a change in pull request #10537:
URL: https://github.com/apache/arrow/pull/10537#discussion_r652323779
##########
File path: cpp/src/parquet/types.h
##########
@@ -479,6 +479,9 @@ struct Encoding {
};
};
+// Exposed data encodings.
+enum class ExposedEncodingType { NO_ENCODING = 0, DICTIONARY = 1 };
Review comment:
please add a comment for no_encoding indicating converts all encoded
data to a flat list.
--
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]