Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/19634#discussion_r148875065
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/DataSourceScanExec.scala
---
@@ -469,7 +469,7 @@ case class FileSourceScanExec(
currentSize = 0
}
- // Assign files to partitions using "First Fit Decreasing" (FFD)
+ // Assign files to partitions using "Next Fit Decreasing"
--- End diff --
@liancheng do you agree?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]