Skip to content

Commit b4caca7

Browse files
committed
fix a comment
1 parent 6fb2b57 commit b4caca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/TableReader.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class HadoopTableReader(
117117
val locationPath = new Path(inputPathStr)
118118
val fs = locationPath.getFileSystem(sparkSession.sessionState.newHadoopConf())
119119

120-
// if the table location is not exists, return an empty RDD
120+
// if the table location does not exist, return an empty RDD
121121
if (!fs.exists(locationPath)) {
122122
new EmptyRDD[InternalRow](sparkSession.sparkContext)
123123
} else {

0 commit comments

Comments
 (0)