mapleFU commented on code in PR #35886:
URL: https://github.com/apache/arrow/pull/35886#discussion_r1229501565
##########
cpp/src/parquet/properties.h:
##########
@@ -174,6 +175,16 @@ class PARQUET_EXPORT ColumnProperties {
void set_compression_level(int compression_level) {
compression_level_ = compression_level;
Review Comment:
Can we just remove `compression_level_`?
##########
cpp/src/parquet/properties.h:
##########
@@ -192,6 +197,8 @@ class PARQUET_EXPORT ColumnProperties {
int compression_level() const { return compression_level_; }
Review Comment:
Can we just get it from `codec_options_`?
--
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]