Skip to content

Commit

Permalink
Added Access validator
Browse files Browse the repository at this point in the history
  • Loading branch information
pawankashyapollion committed Dec 23, 2024
1 parent 7cd966e commit 52bb3c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static Schema generateSourceSchema(Schema schema, ResultSet resultSet) {
* @param sourceSchema The SourceSchema to convert.
* @return A map where the key is the table name and the value is the corresponding SourceTable.
*/
public static Map<String, com.google.cloud.teleport.v2.spanner.migrations.schema.SourceTable>
private static Map<String, com.google.cloud.teleport.v2.spanner.migrations.schema.SourceTable>
convertSourceSchemaToMap(SourceSchema sourceSchema) {
return sourceSchema.tables().entrySet().stream()
.collect(
Expand Down

0 comments on commit 52bb3c3

Please sign in to comment.