alamb commented on pull request #9230: URL: https://github.com/apache/arrow/pull/9230#issuecomment-763559666
Looks to me like the integration test failure on https://github.com/apache/arrow/pull/9230/checks?check_run_id=1716562930 is due to changes in this PR. Namely it seems like there is a timeout when using a rust server -- I took a quick peek into the Cargo.lock file and I can't find any obvious issue with multiple versions of tokio ``` ########################################################## Flight: Java serving, Rust requesting ########################################################## ========================================================== Testing file null_trivial ========================================================== ========================================================== Testing file decimal ========================================================== -- Skipping test because consumer Rust does not support ========================================================== Testing file decimal256 ========================================================== -- Skipping test because consumer Rust does not support ========================================================== Testing file primitive_large_offsets ========================================================== ========================================================== Testing file interval ========================================================== -- Skipping test because consumer Rust does not support ========================================================== Testing file map ========================================================== -- Skipping test because consumer Rust does not support ========================================================== Testing file map_non_canonical ========================================================== -- Skipping test because producer Java does not support ========================================================== Testing file null ========================================================== ========================================================== Testing file primitive_no_batches ========================================================== ========================================================== Testing file nested_large_offsets ========================================================== -- Skipping test because consumer Rust does not support ========================================================== Testing file union ========================================================== -- Skipping test because producer Java does not support ========================================================== Testing file primitive_zerolength ========================================================== ========================================================== Testing file primitive ========================================================== ========================================================== Testing file custom_metadata ========================================================== ========================================================== Testing file dictionary_unsigned ========================================================== -- Skipping test because producer Java does not support ========================================================== Testing file nested_dictionary ========================================================== -- Skipping test because producer Java does not support ========================================================== Testing file extension ========================================================== -- Skipping test because consumer Rust does not support ========================================================== Testing file recursive_nested ========================================================== ========================================================== Testing file middleware ========================================================== -- Skipping test because consumer Rust does not support ========================================================== Testing file nested ========================================================== ========================================================== Testing file datetime ========================================================== ========================================================== Testing file duplicate_fieldnames ========================================================== ========================================================== Testing file dictionary ========================================================== ========================================================== Testing file auth:basic_proto ========================================================== Error: The operation was canceled. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
