-
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.
Take parallelism into account, refactor writer code (#204)
* Rearrange the connection order * Intermediate state, still failing in local[1] case * Logic works, need to cleanup * Cleanup * Handle error in main connection creation * Update version and changelog * Add project-keeper plugin * Revert "Add project-keeper plugin" This reverts commit 98e6685. * Upgrade pk in workflow * Unit test on main connection exception * Unit test on rollback of transaction * Useless catch * Fix unused import * Fix grammar * Rethrow exception * Refactor sqlContext creation --------- Co-authored-by: Christoph Pirkl <[email protected]>
- Loading branch information
1 parent
881f5a8
commit fd5a879
Showing
10 changed files
with
117 additions
and
77 deletions.
There are no files selected for viewing
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.
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,18 @@ | ||
# Spark Connector 2.1.2, released 2023-??-?? | ||
|
||
Code name: | ||
|
||
## Summary | ||
|
||
## Features | ||
|
||
* 194: Wrong name of Exasol JDBC format in documentation | ||
* 197: Committing transaction in the finally handler | ||
|
||
## Dependency Updates | ||
|
||
### Spark Exasol Connector Parent POM | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` to `3.4.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
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.
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