forked from wepay/kafka-connect-bigquery
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CC-8804: Integration tests for upsert/delete (#16)
* GH-264: Add embedded integration test for upsert/delete Also fixes a bug in the schema retriever logic where key schemas were not being reported to schema retrievers, and improves shutdown logic so that tasks can stop gracefully when requested by the framework. * GH-264: Clean up shutdown logic, make logs easier to read * GC-264: Retain prior shutdown behavior when upsert/delete is not enabled * GC-264: Refactor merge query construction logic * GC-264: Fix infinite recursion bug in SchemaRetriever interface
- Loading branch information
Showing
19 changed files
with
1,457 additions
and
352 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
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
Oops, something went wrong.