divjotarora commented on PR #50916: URL: https://github.com/apache/arrow/pull/50916#issuecomment-5535626282
@emkornfield The new FLBA 12 timestamp test is failing, but it's due to: ``` unknown file: Failure C++ exception with description "IOError: Failed to open local file '/arrow/cpp/submodules/parquet-testing/data/flba12_timestamp.parquet' /arrow/cpp/src/arrow/io/file.cc:106 ::arrow::internal::FileOpenReadable(file_name_) /arrow/cpp/src/arrow/io/file.cc:307 file->impl_->Open(path). Detail: [errno 2] No such file or directory" thrown in the test body. ``` AFAICT this is expected as the test is referencing a parquet-testing file that's not merged in. I think this will pass once we merge https://github.com/apache/parquet-testing/pull/123 and update the submodule hash in this repo. I've verified that it passes locally be overriding `PARQUET_TEST_DATA` -- 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]
