We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9622106 commit 6bff940Copy full SHA for 6bff940
sql/core/src/main/scala/org/apache/spark/sql/parquet/ParquetTypes.scala
@@ -378,8 +378,7 @@ private[parquet] object ParquetTypesConverter extends Logging {
378
379
val children = fs.listStatus(path).filterNot { status =>
380
val name = status.getPath.getName
381
- name(0) == '.' || name == FileOutputCommitter.SUCCEEDED_FILE_NAME ||
382
- name == FileOutputCommitter.TEMP_DIR_NAME
+ name(0) == '.' || name == FileOutputCommitter.SUCCEEDED_FILE_NAME
383
}
384
385
// NOTE (lian): Parquet "_metadata" file can be very slow if the file consists of lots of row
0 commit comments