lidavidm commented on a change in pull request #12673:
URL: https://github.com/apache/arrow/pull/12673#discussion_r830643790
##########
File path: cpp/src/parquet/properties.h
##########
@@ -176,59 +176,100 @@ class PARQUET_EXPORT WriterProperties {
return this;
}
+ /**
+ * Enable dictionary encoding in general for all columns. Default enabled.
+ */
Review comment:
Ah, indeed…but other functions in this file use `///` (e.g.
`compression_level`). Sorry for the confusion there.
--
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]