-
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.
* Temp pom change, to be reverted * Rely on default credentials providers if not explicitly set * Increment version * Retrieve aws creds from env, build identifier incrementally * PK fix * Fix with latest version * Update avr to fix CVE-2023-39410 * Put explicit deps in child poms * Fix with PK version used in CI * Pin ubuntu version to fix 'VM Crashed' issue * Update doc/changes/changes_2.1.3.md Co-authored-by: Christoph Pirkl <[email protected]> * Update PK version in CI * Tests for ExasolS3Table changes * Rename and remove abstract from base query generator class * Query generator tests, fix logic bug in query generator * PK fix * Try to decrease DB version * Revert "Try to decrease DB version" This reverts commit 3904d2d. * Add jdbc connection timeout * Doc updates * Doc ref * Changes * Update exasol-s3/src/test/java/com/exasol/spark/s3/S3TableConfTest.java Co-authored-by: Christoph Pirkl <[email protected]> * Update exasol-s3/src/main/java/com/exasol/spark/s3/BaseQueryGenerator.java Co-authored-by: Christoph Pirkl <[email protected]> * Update doc/user_guide/user_guide.md Co-authored-by: Christoph Pirkl <[email protected]> * Doc fixes * Fix tests * T1 * T2 * Adding missing Testcontainers annotation * Remove print * Let's try to release today :) * Revert experiments * Add unit tests to make sonarcloud happy * Sonarcloud, part 2 * Sonarcloud, part 3 * Revert ubuntu pin, setup java 17 for sonar --------- Co-authored-by: Christoph Pirkl <[email protected]>
- Loading branch information
1 parent
e3f997e
commit 07bb831
Showing
18 changed files
with
459 additions
and
95 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.
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
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
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,29 @@ | ||
# Spark Connector 2.1.3, released 2023-10-20 | ||
|
||
Code name: More flexibility for AWS Credentials specification in spark-connector-s3 | ||
|
||
## Summary | ||
In addition to explicit AWS Credentials specification we now support environment variables and EC2 instance profiles. | ||
Fixes CVE-2023-39410 in apache avro (transitive dependency). | ||
|
||
## Features | ||
|
||
* 192: Add support for AWS IAM Profile Credentials for s3 connector. | ||
|
||
## Dependency Updates | ||
|
||
### Spark Exasol Connector With JDBC | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Added `org.apache.avro:avro:1.11.3` | ||
|
||
### Spark Exasol Connector With S3 | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Added `org.apache.avro:avro:1.11.3` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Added `org.junit-pioneer:junit-pioneer:2.1.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
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
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
61 changes: 0 additions & 61 deletions
61
exasol-s3/src/main/java/com/exasol/spark/s3/AbstractImportExportQueryGenerator.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.