Release 3.3.1
Overview
This patch release added support for Spark 3.3.0, allowing the query
option to be used with dbschema
, as well as other fixes.
Support Spark 3.3.0
The connector is now compatible with Spark 3.3.0 while maintaining backward compatibility with previous Spark 3.x
Make a query with dbschema
option
With the option query
and dbschema
defined, the schema specified in dbschema
will be appended to the table name of the query's FROM clause. This will also work when the dbschema
is a string literals.
However, dbschema
will not be appended if:
- The FROM clause is a query.
- The FROM clause already has a schema defined.