Releases: hindog/spark-jdbc
Releases · hindog/spark-jdbc
spark-jdbc v1.1.0
Spark JDBC 1.1.0 Release
- Fix issue with Spark truncating the DDL of very large column types causing introspection exception
- Return Spark's raw column type name in column metadata (but may be truncated by Spark)
- Allow root catalog name to be overridden using the
com.hindog.spark.jdbc.catalog.name
system property - Removed some unused code
spark-jdbc v1.0.0
Spark JDBC 1.0.0 Release
Initial Release