kou commented on issue #35287: URL: https://github.com/apache/arrow/issues/35287#issuecomment-1522399044
I prefer the latter too. But I want to use `CodecOptions` not `CodecOption` because other existing options class has `s`. For example, `EqualOptions`, `ArithmeticOptions` and so on. I seems that we can use `std::shared_ptr<CodecOptions>` for this. Or we may want to copy `CodecOptions` instead of sharing it by `std::shared_ptr`. -- 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]
