Skip to content

Commit

Permalink
correct the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzhan committed Oct 9, 2014
1 parent 20f6cf7 commit cb22863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private[hive] object HiveShim {
if (ids != null && ids.size > 0) {
ColumnProjectionUtils.appendReadColumns(conf, ids)
}
if (names == null && names.size > 0) {
if (names != null && names.size > 0) {
appendReadColumnNames(conf, names)
}
}
Expand Down

0 comments on commit cb22863

Please sign in to comment.