-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Included an unshaded guava specifically for BigQuery usage. (#177)
Note that the guava versions used by Flink and BigQuery can be incompatible with each other. The final uber jar of a consumer should include both shaded versions so that Flink and BigQuery connectors can function correctly with their own guava dependency. Without this, Maven will resolve to a single version of guava randomly picked from some transitive dependency and may result in runtime exceptions of a Flink job.
- Loading branch information
1 parent
14263b7
commit e9ca296
Showing
2 changed files
with
57 additions
and
25 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