wgtmac commented on issue #37169:
URL: https://github.com/apache/arrow/issues/37169#issuecomment-1678442586
This should be useful. What about directly add the concrete context into
sub-class to avoid another abstraction of `CodecContext`?
For example:
```cpp
class ARROW_EXPORT ZstdCodecOptions : public CodecOptions {
ZSTD_CStream* cstream_;
ZSTD_DStream* dstream_;
};
```
--
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]