zhtaoxiang opened a new issue, #8516: URL: https://github.com/apache/pinot/issues/8516
The [GcsPinotFs](https://github.com/apache/pinot/blob/master/pinot-plugins/pinot-file-system/pinot-gcs/src/main/java/org/apache/pinot/plugin/filesystem/GcsPinotFS.java) cannot list files in the root directory of buckets. For example, if there is a gcs bucket `gs://haitao/ `and there are two files in the root directory `gs://haitao/1.csv`, `gs://haitao/2.csv`, `GcsPinotFS.listFiles(new URI("gs://haitao/", true))` returns an empty array, meaning there is no files in the bucket. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
