Skip to content

Commit 22cec52

Browse files
author
Anselme Vignon
committed
lint compatible changes
1 parent ae48f7c commit 22cec52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/parquet/ParquetTableOperations.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ case class ParquetTableScan(
146146
def next() = {
147147
iter.next()._2 match {
148148
case row: SpecificMutableRow => {
149-
//val row = iter.next ()._2.asInstanceOf[SpecificMutableRow]
150149

151150
// Parquet will leave partitioning columns empty, so we fill them in here.
152151
var i = 0

0 commit comments

Comments
 (0)