Skip to content

Commit

Permalink
Deleted log statement and excluded crdbcluster test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeiglio committed Aug 28, 2024
1 parent e885d5c commit 07fbc7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public TableInfo fromIcebergTableToTableInfo(final QualifiedName name,
.uri(tableInfo.getSerde().getUri())
.serializationLib(tableInfo.getSerde().getSerializationLib());
}
log.info("fromIceberg table transformation");
return TableInfo.builder().fields(allFields)
.metadata(tableParameters)
.serde(storageInfoBuilder.build())
Expand Down
4 changes: 3 additions & 1 deletion metacat-connector-polaris/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ test {
}
}

/*
task startCrdbCluster(type: Exec) {
commandLine '/bin/echo', project.file('src/functionalTest/scripts/start_docker_containers.sh')
commandLine 'sh',
Expand All @@ -99,4 +101,4 @@ functionalTest {
finalizedBy 'stopCrdbCluster'
}
}

*/

0 comments on commit 07fbc7f

Please sign in to comment.