Skip to content

Commit

Permalink
Use default auth for Iceberg integration tests (#31940)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 committed Jul 19, 2024
1 parent 1284986 commit 12ad2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/trigger_files/IO_Iceberg_Integration_Tests.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 1
"modification": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ public static void beforeClass() {

catalogHadoopConf = new Configuration();
catalogHadoopConf.set("fs.gs.project.id", options.getProject());
catalogHadoopConf.set(
"fs.gs.auth.service.account.json.keyfile", System.getenv("GOOGLE_APPLICATION_CREDENTIALS"));
catalogHadoopConf.set("fs.gs.auth.type", "APPLICATION_DEFAULT");
}

@Before
Expand Down

0 comments on commit 12ad2af

Please sign in to comment.