Adam Szita
Adam Szita
SnapshotManager can't handle rollback calls that would pick the current snapshot as target snapshot.
### Apache Iceberg version 0.14.0 (latest release) ### Query engine _No response_ ### Please describe the bug 🐞 Example test case for `TestSnapshotManager.java`: ``` @Test public void testAttemptToRollbackToCurrentSnapshot() { table.newAppend().appendFile(FILE_A).commit();...
Not to be merged, testing only.
- To be used in table encryption for wrapping/unwrapping encryption keys. - Refactored common OAuth2 token and refresh handler setup logic into GCPAuthUtils. Added integration tests for verification.
To be used in table encryption for: - wrapping/unwrapping encryption keys - generating data keys (available specs: AES_256, AES_128) Added integration test for verification.