-
Notifications
You must be signed in to change notification settings - Fork 722
fix: Ignore index for multi-file datasets in distributed mode #2266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jaidisido
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We would need to xfail all of these tests in dist mode only:
tests/unit/test_s3_parquet.py::test_index_recovery_partitioned_str
tests/unit/test_s3_parquet.py::test_empty_file
tests/unit/test_s3_parquet.py::test_index_and_timezone
Feel free to merge once that is covered, thanks!
…ts in distributed mode
|
Thanks @jaidisido just wanted to let cicd fail to see if only those tests are causing trouble. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Detail
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.