kevinjqliu commented on issue #604: URL: https://github.com/apache/iceberg-python/issues/604#issuecomment-2064388651
Here's what I'm blocked on specifically. Parallelize this test `test_query_filter_appended_null`, ``` PYTEST_ARGS="-n auto -k test_query_filter_appended_null" /usr/bin/time make test-integration ``` The problem is the table `default.arrow_table_v1_with_null` used has `scope="session", autouse=True`, which because of the session scope, can't run in parallel -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org