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

hdfs: Fix _strip_protocol and _checksum #7563

Merged
merged 1 commit into from
Apr 19, 2022
Merged

hdfs: Fix _strip_protocol and _checksum #7563

merged 1 commit into from
Apr 19, 2022

Conversation

daavoo
Copy link
Contributor

@daavoo daavoo commented Apr 9, 2022

Match behavior previous to #6946

Closes #7561

@daavoo daavoo marked this pull request as ready for review April 11, 2022 21:06
@daavoo daavoo requested a review from a team as a code owner April 11, 2022 21:06
@daavoo daavoo requested a review from karajan1001 April 11, 2022 21:06
@daavoo daavoo requested review from efiop and removed request for karajan1001 April 11, 2022 21:07
Copy link
Contributor Author

@daavoo daavoo left a comment

Choose a reason for hiding this comment

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

@efiop Not sure how to test because the issue happens when calling the exists of the underlying HadoopFileSystem. However we are monkey-patching it in dvc-hdfs, making test pass regardless of this changes or not:

https://github.com/iterative/dvc-hdfs/blob/72cb9612027ca2615b5644f07df07489dcf9ace9/dvc_hdfs/tests/fixtures.py#L234-L236

@efiop efiop merged commit 179e080 into main Apr 19, 2022
@efiop efiop deleted the fix-hdfs-external-dep branch April 19, 2022 13:22
@efiop efiop added bugfix fixes bug fs: hdfs Related to the HDFS filesystem labels Apr 19, 2022
@efiop efiop mentioned this pull request May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix fixes bug fs: hdfs Related to the HDFS filesystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

run -d hdfs://: output does not exist
2 participants