Skip to content

Commit cb22863

Browse files
committed
correct the typo
1 parent 20f6cf7 commit cb22863

File tree

1 file changed

+1
-1
lines changed
  • sql/hive/v0.13.1/src/main/scala/org/apache/spark/sql/hive

1 file changed

+1
-1
lines changed

sql/hive/v0.13.1/src/main/scala/org/apache/spark/sql/hive/Shim.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private[hive] object HiveShim {
100100
if (ids != null && ids.size > 0) {
101101
ColumnProjectionUtils.appendReadColumns(conf, ids)
102102
}
103-
if (names == null && names.size > 0) {
103+
if (names != null && names.size > 0) {
104104
appendReadColumnNames(conf, names)
105105
}
106106
}

0 commit comments

Comments
 (0)