Skip to content

Commit d446e14

Browse files
committed
correct the code style
1 parent b36bf96 commit d446e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ case class InsertIntoParquetTable(
304304
writer.write(null, row)
305305
}
306306
} finally {
307-
writer.close(hadoopContext)
307+
writer.close(hadoopContext)
308308
}
309309
committer.commitTask(hadoopContext)
310310
return 1

0 commit comments

Comments
 (0)