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 ae48f7c commit 22cec52Copy full SHA for 22cec52
sql/core/src/main/scala/org/apache/spark/sql/parquet/ParquetTableOperations.scala
@@ -146,7 +146,6 @@ case class ParquetTableScan(
146
def next() = {
147
iter.next()._2 match {
148
case row: SpecificMutableRow => {
149
- //val row = iter.next ()._2.asInstanceOf[SpecificMutableRow]
150
151
// Parquet will leave partitioning columns empty, so we fill them in here.
152
var i = 0
0 commit comments