mapleFU commented on issue #35287:
URL: https://github.com/apache/arrow/issues/35287#issuecomment-1518934118

   Personally I'm +1 for this, but please not break original interface a lot, 
maybe just change it firstly:
   
   ```c++
   std::unique_ptr<Codec> MakeGZipCodec(int compression_level, GZipFormat::type 
format) {
     return std::make_unique<GZipCodec>(compression_level, format);
   }
   ```
   
   And use `MakeGZipCodec` in `src/arrow/util/compression_internal.h` firstly. 
Later we can extend it. Do you think this is ok?


-- 
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]

Reply via email to