Github user Zhangshunyu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9612#discussion_r44505240
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCRDD.scala
 ---
    @@ -96,6 +96,7 @@ private[sql] object JDBCRDD extends Logging {
           case java.sql.Types.TINYINT       => IntegerType
           case java.sql.Types.VARBINARY     => BinaryType
           case java.sql.Types.VARCHAR       => StringType
    +      case java.sql.Types.CHAR          => StringType
    --- End diff --
    
    case java.sql.Types.CHAR          => StringType
    Repeat code between line99 and line 65, plz delete this code.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to