Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Won't Do
-
4.0.0
Description
There are a lot places in the `sql/core/src/main/scala/org/apache/spark/sql/jdbc` where we have `case StirngType: `. This pattern matching will not capture the collated `StringType`, so these pieces of code should be changed `case _: StringType`.