Skip to content

Commit d6a976a

Browse files
committed
Add TODO comment
1 parent e115eb9 commit d6a976a

File tree

1 file changed

+1
-0
lines changed
  • v2/spanner-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/transforms

1 file changed

+1
-0
lines changed

v2/spanner-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/transforms/AssignShardIdFn.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ public void processElement(ProcessContext c) throws Exception {
187187
qualifiedShard = this.shardName;
188188
} else {
189189
// Skip from processing if table not in session File
190+
//TODO: remove dependency on session file when session file is made optional
190191
boolean doesTableExist = doesTableExistInSessionFile(tableName);
191192
if (!doesTableExist) {
192193
LOG.warn(

0 commit comments

Comments
 (0)