-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change in test setup for Java and Privacy on Beam
Java DP Lib: * Migrate usages of `Truth8.assertThat` to equivalent usages of `Truth.assertThat` Privacy on Beam: * Use ptest.MainWithDefault for pbeamtest similar to pbeam * Deprecate pbeamtest usage for enabling test mode in favor of the new PrivacySpec API. Tests and examples now use the new API * Switch Privacy on Beam tests to the new PrivacySpec API, also includes minor test fixes ZetaSQL Examples: * Update dependencies PiperOrigin-RevId: 605398011 Change-Id: I761849299652918132bad28b67d121de40f8b056 GitOrigin-RevId: cc25bcfe0b9e79d82ae9a07193eaee2bb9e818ba
- Loading branch information
Showing
18 changed files
with
957 additions
and
1,383 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.0 | ||
6.5.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
Oops, something went wrong.