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

Full support of hidden files #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

szhem
Copy link

@szhem szhem commented Apr 14, 2020

Although original hdfscm supports allow_hidden property

allow_hidden = Bool(False, config=True, help="Allow access to hidden files")

... it does not show hidden files in case this property is set to True.

This pull request adds the following changes

  • allows to see hidden files in the directory structure in case allow_hidden=True
  • treats all the files which start not only with ., but also with _ to be the hidden ones as hdfs does

…e files to be hidden if their name stats with _ or . as hdfs does
@szhem
Copy link
Author

szhem commented Apr 16, 2020

@jcrist Could you please restart the CI?

The build seems to be failed due to timeout.

image

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.

1 participant