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 6fb2b57 commit b4caca7Copy full SHA for b4caca7
sql/hive/src/main/scala/org/apache/spark/sql/hive/TableReader.scala
@@ -117,7 +117,7 @@ class HadoopTableReader(
117
val locationPath = new Path(inputPathStr)
118
val fs = locationPath.getFileSystem(sparkSession.sessionState.newHadoopConf())
119
120
- // if the table location is not exists, return an empty RDD
+ // if the table location does not exist, return an empty RDD
121
if (!fs.exists(locationPath)) {
122
new EmptyRDD[InternalRow](sparkSession.sparkContext)
123
} else {
0 commit comments