alamb commented on PR #6181: URL: https://github.com/apache/arrow-rs/pull/6181#issuecomment-2265507515
> I noticed that get_data_page_statistics is tested in tests/arrow_reader/statistics.rs, which fails 65 tests in the first place. I'm assuming that's not due to my mistake. However, Can you please explain what you mean here? When I ran the tests: ```shell andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs$ cargo test --test arrow_reader ... running 40 tests ... test statistics::test_numeric_limits_unsigned ... ok test statistics::test_uint ... ok test statistics::test_numeric_limits_signed ... ok test statistics::test_timestamp_diff_rg_sizes ... ok test statistics::test_timestamp ... ok ``` They all passed Maybe you need to do `git submodule update --init` or something to get data files? -- 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]
