Skip to content

Commit

Permalink
SPARK-19726: alwaysNullable and nullable is different
Browse files Browse the repository at this point in the history
  • Loading branch information
shuangshuangwang committed Jul 4, 2017
1 parent 718e949 commit c071c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ object JdbcUtils extends Logging {
}
}
val nullable = if (alwaysNullable) {
alwaysNullable
true
} else {
rsmd.isNullable(i + 1) != ResultSetMetaData.columnNoNulls
}
Expand Down

0 comments on commit c071c2f

Please sign in to comment.