Skip to content
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

IO tests fail with the latest s3fs (2023.9.0) #6535

Closed
dchigarev opened this issue Sep 5, 2023 · 0 comments · Fixed by #6536
Closed

IO tests fail with the latest s3fs (2023.9.0) #6535

dchigarev opened this issue Sep 5, 2023 · 0 comments · Fixed by #6536
Assignees
Labels
bug 🦗 Something isn't working P0 Highest priority tasks requiring immediate fix

Comments

@dchigarev
Copy link
Collaborator

import modin.experimental.pandas as pd

res = pd.read_csv_glob("s3://modin-datasets/testing/multiple_csv/", storage_options={"anon": True})
print(res)

this code works with pip install s3fs==2023.6.0 and fails with pip install s3fs==2023.9.0

@dchigarev dchigarev added bug 🦗 Something isn't working P0 Highest priority tasks requiring immediate fix labels Sep 5, 2023
dchigarev added a commit to dchigarev/modin that referenced this issue Sep 5, 2023
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
dchigarev added a commit to dchigarev/modin that referenced this issue Sep 5, 2023
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
@dchigarev dchigarev self-assigned this Sep 5, 2023
anmyachev pushed a commit that referenced this issue Sep 5, 2023
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
anmyachev pushed a commit to anmyachev/modin that referenced this issue Oct 30, 2023
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🦗 Something isn't working P0 Highest priority tasks requiring immediate fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant