wgtmac opened a new pull request, #34179:
URL: https://github.com/apache/arrow/pull/34179

   ### Rationale for this change
   
   When parquet-cpp was built without any codec enabled, some test cases fail 
like below:
   ```
   cmake .. -DCMAKE_BUILD_TYPE=Debug \
            -DARROW_PARQUET=ON \
            -DARROW_BUILD_TESTS=ON \
            -DARROW_WITH_ZLIB=OFF \
            -DARROW_WITH_ZSTD=OFF \
            -DARROW_WITH_SNAPPY=OFF 
   
   ctest -j16 --output-on-failure
   
   [----------] Global test environment tear-down
   [==========] 110 tests from 31 test suites ran. (697 ms total)
   [  PASSED  ] 104 tests.
   [  SKIPPED ] 1 test, listed below:
   [  SKIPPED ] TestDumpWithLocalFile.DumpOutput
   [  FAILED  ] 5 tests, listed below:
   [  FAILED  ] TestBooleanRLE.TestBooleanScanner
   [  FAILED  ] TestBooleanRLE.TestBatchRead
   [  FAILED  ] TestTextDeltaLengthByteArray.TestTextScanner
   [  FAILED  ] TestTextDeltaLengthByteArray.TestBatchRead
   [  FAILED  ] TestCheckDataPageCrc.SnappyPageV1
   ```
   
   ### What changes are included in this PR?
   
   Protect the failed test cases with macros to avoid failure.
   
   ### Are these changes tested?
   
   Make sure all unit tests pass.
   
   ### Are there any user-facing changes?
   
   No
   


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