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: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org