0.2.0 Map unsupported data types to VARCHAR
This release maps unsupported Databricks data types BINARY, ARRAY, MAP, STRUCT and VARIANT to Exasol type VARCHAR. Creating a virtual schema no longer fails when the source schema contains columns of these types. Please note that type BINARY is still not supported and creating a virtual schema with a BINARY column fails, see issue #34 for details.
The release also stores the original Databricks metadata for each table and column as JSON format in field databricks_metadata of the adapter notes for table and column. This helps with debugging the virtual schema.
Features
Dependency Updates
Test Dependency Updates
- Updated
com.databricks:databricks-sdk-java:0.31.1to0.32.0 - Updated
com.exasol:test-db-builder-java:3.5.4to3.6.0 - Updated
org.junit.jupiter:junit-jupiter:5.11.0to5.11.1