Skip to content

Commit

Permalink
Fix iceberg ITs (#33462)
Browse files Browse the repository at this point in the history
* fix iceberg ITs

* trigger integration tests
  • Loading branch information
ahmedabu98 authored Dec 30, 2024
1 parent 4dfd014 commit 65c26b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
}
2 changes: 1 addition & 1 deletion sdks/java/io/iceberg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ hadoopVersions.each { kv ->
}
}

task catalogTests(type: Test) {
task integrationTest(type: Test) {
group = "Verification"
def gcpProject = project.findProperty('gcpProject') ?: 'apache-beam-testing'
def gcpTempLocation = project.findProperty('gcpTempLocation') ?: 'gs://managed-iceberg-integration-tests'
Expand Down

0 comments on commit 65c26b2

Please sign in to comment.