Skip to content

Commit

Permalink
Update hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apa…
Browse files Browse the repository at this point in the history
…che/spark/sql/execution/datasources/parquet/HoodieFileGroupReaderBasedParquetFileFormat.scala

Co-authored-by: Sagar Sumit <sagarsumit09@gmail.com>
  • Loading branch information
jonvex and codope authored Nov 28, 2023
1 parent 89fab14 commit b144ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import scala.jdk.CollectionConverters.asScalaIteratorConverter

trait HoodieFormatTrait {

//Used so that the planner only projects once and does not stack overflow
// Used so that the planner only projects once and does not stack overflow
var isProjected: Boolean = false
}

Expand Down

0 comments on commit b144ee0

Please sign in to comment.