Igosuki commented on pull request #910: URL: https://github.com/apache/arrow-datafusion/pull/910#issuecomment-917628970
@alamb The tests pass on master or on the branch if I remove the avro feature, it could be a test harness problem with tokio simply because we are adding more async tests, or a dependency causing trouble ``` cargo test --features=avro thread 'tests::run_q6' has overflowed its stack fatal runtime error: stack overflow error: test failed, to rerun pass '-p arrow-benchmarks --bin tpch' ``` ``` cargo test test result: ok ``` -- 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]
