ZhangChaoming opened a new issue, #14104:
URL: https://github.com/apache/arrow/issues/14104

   I wanna used ZSDT compression to encode my data, my code as below: 
   ```C++
   arrow::ipc::IpcWriteOptions options = 
arrow::ipc::IpcWriteOptions::Defaults();
   auto codecRet = arrow::util::Codec::Create(arrow::Compression::ZSTD);
   options.codec = std::move(*codecRet);
   ```
   But I found that I can not config `IpcReadOptions` compression type.


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