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

Why can't the metadata of a directory include the last modified time? #4746

Open
cammette opened this issue Jun 17, 2024 · 2 comments
Open
Labels
core good first issue Good for newcomers help wanted Extra attention is needed

Comments

@cammette
Copy link

When using some file systems, such as local file systems, the metadata of directories generally includes the last modified time. However, in the list of entries traversed by opendal, if the entry is a directory, its last modified time is None.
If I want to obtain the last modified time of a directory, how should I do it?

@Xuanwo
Copy link
Member

Xuanwo commented Jun 17, 2024

related to #4615

Your point is correct; we do need to ensure the metadata for directories is accurately filled whenever possible. Let's address this in the next release.

@Xuanwo Xuanwo added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 17, 2024
@Xuanwo Xuanwo added the core label Jun 25, 2024
@CrystalAnalyst
Copy link

I'd like to have a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants