exasol / spark-connector

A connector for Apache Spark to access Exasol
Apache License 2.0
12 stars 7 forks source link

Add support Interval Datatypes #65

Closed morazow closed 2 years ago

morazow commented 4 years ago

Situation

In recent updates #64, we updated the Exasol JDBC driver version, that is able to query INTERVAL YEAR [(p)] TO MONTH and INTERVAL DAY [(p)] TO SECOND [(fp)] data types. However, these are converted into Spark StringType in the dataframe schema when reading a table from Exasol.

To make it robust, we should check that when saving a dataframe, the connector correctly converts interval type types into Exasol interval types.

Acceptance Criteria

redcatbear commented 2 years ago

PM decision: shelved.