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

Improve performance of rw #59

Merged
merged 9 commits into from
Dec 9, 2024
Merged

Conversation

littleEast7
Copy link
Contributor

NO JIRA

Comment on lines +461 to +478
# self._validate_path(file_path)
# worker_host, worker_http_port = self._get_preferred_worker_address(
# file_path
# )
# path_id = self._get_path_hash(file_path)
# try:
# if self.data_manager:
# return b"".join(
# self._all_page_generator_alluxiocommon(
# worker_host, worker_http_port, path_id, file_path
# )
# )
# else:
# return b"".join(
# self._all_page_generator(
# worker_host, worker_http_port, path_id, file_path
# )
# )
Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be better to delete these comments.

Comment on lines +482 to +483
# path = self.unstrip_protocol(path)
# return self.alluxio.write(path, value)
Copy link
Collaborator

Choose a reason for hiding this comment

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

It is better to remove the comments as they are not used.

Copy link
Collaborator

@JiamingMai JiamingMai left a comment

Choose a reason for hiding this comment

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

LGTM

@JiamingMai JiamingMai added the enhancement New feature or request label Dec 7, 2024
@JiamingMai JiamingMai merged commit c5aefa6 into fsspec:main Dec 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants