Skip to content

Vertica Spark Connector V3.2.0 Release

Compare
Choose a tag to compare
@Aryex Aryex released this 18 Apr 23:20
· 94 commits to main since this release
a60009b

Overview

This release contains support for writing Spark structs as Vertica rows, more user-friendly error messages, and bug fixes

Row Write Support

Spark structs can be written into Vertica as rows. Struct fields can be of primitive types or supported complex types. Note that row write is only supported for Vertica 11.x and newer.

Error Messages

More user-friendly errors message were also added. This include errors for Vertica incompatibility for when a complex type is used, as well as schema complex type schema errors.

Bug Fixes

  • Fixed compatibility issue with Spark 3.2.1
  • Fixed connector JDBC error when dbschema option is specified.