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 cdf0328 commit fbe7106Copy full SHA for fbe7106
sql/core/src/main/scala/org/apache/spark/sql/jdbc/JDBCRDD.scala
@@ -60,6 +60,7 @@ private[sql] object JDBCRDD extends Logging {
60
case java.sql.Types.NCLOB => StringType
61
case java.sql.Types.NULL => null
62
case java.sql.Types.NUMERIC => DecimalType.Unlimited
63
+ case java.sql.Types.NVARCHAR => StringType
64
case java.sql.Types.OTHER => null
65
case java.sql.Types.REAL => DoubleType
66
case java.sql.Types.REF => StringType
0 commit comments