Frank Oosterhuis created SPARK-31039:
----------------------------------------

             Summary: Unable to use vendor specific datatypes with JDBC
                 Key: SPARK-31039
                 URL: https://issues.apache.org/jira/browse/SPARK-31039
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.4.5
            Reporter: Frank Oosterhuis


I'm trying to create a table in MSSQL with a time(7) type.

For this I'm using the createTableColumnTypes option like "CallStartTime 
time(7)", with driver 
"{color:#212121}com.microsoft.sqlserver.jdbc.SQLServerDriver"{color}

I'm getting an error:  
{color:#212121}org.apache.spark.sql.catalyst.parser.ParseException: DataType 
time(7) is not supported.(line 1, pos 43){color}

{color:#212121}What is then the point of using this option?{color}

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to