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

Add the verbose option in loading #44

Merged
merged 2 commits into from
May 28, 2024
Merged

Conversation

ChunxuTang
Copy link
Collaborator

Since the verbose option for dataset loading has been supported in the REST API endpoints, this PR adds the verbose option in the python client.

@ChunxuTang ChunxuTang requested a review from LuQQiu May 24, 2024 17:14
@ChunxuTang
Copy link
Collaborator Author

Cc @LuQQiu @jja725

@@ -369,13 +369,15 @@ def load(
self,
path,
timeout=None,
verbose=False,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set it to true by default because I feel like it's usually used when the job failed...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Set the default value of verbose to True in all load APIs.

@LuQQiu
Copy link
Collaborator

LuQQiu commented May 28, 2024

What will the verbose parameter changes on the end-user side from Python API?
what will the verbose parameter changes on the server side???

@ChunxuTang
Copy link
Collaborator Author

What will the verbose parameter changes on the end-user side from Python API? what will the verbose parameter changes on the server side???

https://github.com/Alluxio/alluxio/blob/main/dora/core/server/worker/src/main/java/alluxio/worker/http/HttpLoadService.java

@LuQQiu LuQQiu merged commit 1400b91 into fsspec:main May 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants