Release notes
1.0.3
Date: 19.03.2021
Changes:
-
Fixed a parsing error of the
timetz
type. -
Removed the "analyze on" option when getting statistics from ADB.
1.0.2
Date: 05.03.2021
Changes:
-
Added Spark 2.4.x support.
-
Added Scala 2.12.x support.
-
Added the ability to partition the ADB table when reading without explicitly specifying the partitioning column (without using
segment_id
).
1.0.1
Date: 26.02.2021
Changes:
-
Added implicit functions to the Spark context to get a list of tables which are visible to a user.
-
Added the usage of temporary external tables to optimize the garbage collection process.
1.0.0
Date: 04.02.2021
The first stable version of the connector. Supported functionality:
-
Massively parallel data reading from ADB.
-
Massively parallel data recording in ADB using various recording modes:
-
Overwrite (
overwrite
); -
Adding (
append
); -
Error if the target table exists (
errorIfExists
).
-
-
Structured data support.
-
Automatic data schema generation.
-
Customizable partitioning:
-
Integer types;
-
Dates.
-
-
Push-down operators:
-
Cutting off columns;
-
Push-down filters.
-
-
Extracting additional metadata from ADB:
-
Data distribution scheme;
-
Statistics;
-
Optimization of counts.
-
-
Executing arbitrary sql via master ADB.
-
Butch mode.