-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixes #190
- Loading branch information
Showing
15 changed files
with
406 additions
and
419 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Spark Connector 2.1.0, released 2023-08-02 | ||
|
||
Code name: Added filter pushdown and column selection for `S3` variant | ||
|
||
## Summary | ||
|
||
This release adds predicate pushdown and column selection for the `S3` variant. Similarly, uses the latest API changes from the `spark-connector-common-java` library. | ||
|
||
## Features | ||
|
||
* #190: Added predicate pushdown and column selection for `S3` variant | ||
|
||
## Dependency Updates | ||
|
||
### Spark Exasol Connector With JDBC | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:spark-connector-common-java:1.1.1` to `2.0.0` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.diffplug.spotless:spotless-maven-plugin:2.37.0` to `2.38.0` | ||
|
||
### Spark Exasol Connector With S3 | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:spark-connector-common-java:1.1.1` to `2.0.0` | ||
* Updated `software.amazon.awssdk:s3:2.20.103` to `2.20.115` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.amazonaws:aws-java-sdk-s3:1.12.506` to `1.12.518` | ||
* Added `com.exasol:java-util-logging-testing:2.0.3` | ||
* Updated `org.junit.jupiter:junit-jupiter-api:5.9.3` to `5.10.0` | ||
* Updated `org.junit.jupiter:junit-jupiter:5.9.3` to `5.10.0` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 0 additions & 67 deletions
67
exasol-jdbc/src/main/scala/com/exasol/spark/ExasolQueryEnricher.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.