-
- Downloads
[SQL] Minor readability improvement for partition handling code
This patch includes minor changes to improve readability for partition handling code. I'm in the middle of implementing some new feature and found some naming / implicit type inference not as intuitive. This patch should have no semantic change and the changes should be covered by existing test cases. Author: Reynold Xin <rxin@databricks.com> Closes #16378 from rxin/minor-fix. (cherry picked from commit 7c5b7b3a) Signed-off-by:Reynold Xin <rxin@databricks.com>
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/DataSourceScanExec.scala 3 additions, 4 deletions...a/org/apache/spark/sql/execution/DataSourceScanExec.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/CatalogFileIndex.scala 7 additions, 4 deletions...he/spark/sql/execution/datasources/CatalogFileIndex.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormat.scala 2 additions, 1 deletion...g/apache/spark/sql/execution/datasources/FileFormat.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileStatusCache.scala 37 additions, 35 deletions...che/spark/sql/execution/datasources/FileStatusCache.scala
Please register or sign in to comment