Skip to content

Commit

Permalink
fix: add imports used in sample files. (#2532)
Browse files Browse the repository at this point in the history
Local compilation is failing due to missing imports. The change adds the missing imports for integration test file. We would separately be investigating why these compilation issues were not detected earlier.
  • Loading branch information
arpan14 committed Jul 18, 2023
1 parent f659105 commit 9a6d3fc
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -20,6 +20,8 @@
import static org.junit.Assert.assertTrue;

import com.google.api.gax.longrunning.OperationFuture;
import com.google.cloud.spanner.Database;
import com.google.cloud.spanner.DatabaseId;
import com.google.cloud.spanner.DatabaseInfo.DatabaseField;
import com.google.spanner.admin.database.v1.UpdateDatabaseMetadata;
import java.util.Collections;
Expand Down

0 comments on commit 9a6d3fc

Please sign in to comment.