emkornfield commented on a change in pull request #10537:
URL: https://github.com/apache/arrow/pull/10537#discussion_r652323482
##########
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:
Let's drop type from the name.
Instead fo ExposedEncoding what do you think about ReadEncoding?
--
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]