pitrou commented on PR #48865: URL: https://github.com/apache/arrow/pull/48865#issuecomment-3777535085
@HuaHuaY The new tests need to be skipped if zstd is not available: https://github.com/ursacomputing/crossbow/actions/runs/21206351575/job/61003673870#step:6:8214 ``` [ RUN ] TestCodecMisc.SpecifyCodecOptionsZstd /arrow/cpp/src/arrow/util/compression_test.cc:458: Skipped Support for this codec hasn't been built [ SKIPPED ] TestCodecMisc.SpecifyCodecOptionsZstd (0 ms) [ RUN ] TestCodecMisc.ZstdLargerWindowLog /arrow/cpp/src/arrow/util/compression_test.cc:549: Failure Failed '_error_or_value49.status()' failed with NotImplemented: Support for codec 'zstd' not built [ FAILED ] TestCodecMisc.ZstdLargerWindowLog (219 ms) [ RUN ] TestCodecMisc.ZstdStreamLargerWindowLog /arrow/cpp/src/arrow/util/compression_test.cc:567: Failure Failed '_error_or_value51.status()' failed with NotImplemented: Support for codec 'zstd' not built [ FAILED ] TestCodecMisc.ZstdStreamLargerWindowLog (283 ms) ``` -- 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]
