How Spark read file with underline the beginning of the file name?

When I use Spark to parse log files, I notice that if the first character of filename is _ , the result will be empty. Here is my test code: SparkSession spark = SparkSession .builder() .appN...