This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 77dbfa557a GH-38823: Fix TestArrowReaderAdHoc.ReadFloat16Files to use 
new uncompressed files (#38825)
77dbfa557a is described below

commit 77dbfa557aa5381b253bfa408ddfae8f901e78b7
Author: Gang Wu <[email protected]>
AuthorDate: Thu Nov 23 09:23:15 2023 +0800

    GH-38823: Fix TestArrowReaderAdHoc.ReadFloat16Files to use new uncompressed 
files (#38825)
    
    ### Rationale for this change
    
    [ RUN      ] TestArrowReaderAdHoc.ReadFloat16Files
    /arrow/cpp/src/parquet/arrow/arrow_reader_writer_test.cc:4129: Failure
    Failed
    'reader->ReadTable(&table)' failed with NotImplemented: Support for codec 
'snappy' not built
    Google Test trace:
    /arrow/cpp/src/parquet/arrow/arrow_reader_writer_test.cc:4123: path = 
/arrow/cpp/submodules/parquet-testing/data/float16_nonzeros_and_nans.parquet
    [  FAILED  ] TestArrowReaderAdHoc.ReadFloat16Files (1 ms)
    [----------] 6 tests from TestArrowReaderAdHoc (11 ms total)
    
    ### What changes are included in this PR?
    
    Use uncompressed files from parquet-testing.
    
    ### Are these changes tested?
    
    Make sure the test does not fail.
    
    ### Are there any user-facing changes?
    
    No
    * Closes: #38823
    
    Authored-by: Gang Wu <[email protected]>
    Signed-off-by: Gang Wu <[email protected]>
---
 cpp/submodules/parquet-testing | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/submodules/parquet-testing b/cpp/submodules/parquet-testing
index 89b685a64c..da467dac2f 160000
--- a/cpp/submodules/parquet-testing
+++ b/cpp/submodules/parquet-testing
@@ -1 +1 @@
-Subproject commit 89b685a64c3117b3023d8684af1f41400841db71
+Subproject commit da467dac2f095b979af37bcf40fa0d1dee5ff652

Reply via email to