Skip to content

Releases: hindog/spark-jdbc

spark-jdbc v1.1.0

04 Jun 17:41
Compare
Choose a tag to compare

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

22 Feb 01:36
Compare
Choose a tag to compare

Spark JDBC 1.0.0 Release

Initial Release