sarutak opened a new pull request, #2833: URL: https://github.com/apache/incubator-opendal/pull/2833
Given we have a directory `d` and a file `f` in the directory, and the current working directory is `d`. If we run `oli stat` for `f` like as follows, it works. ``` $ oli stat ./f ``` But if we omit `./`, it doesn't work. ``` $ oli stat f Error: ConfigInvalid (permanent) at => root is not specified ``` The cause is that root directory is not set to `fs_builder` as the error message says. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
