Skip to content

Commit be02109

Browse files
Added Schema Resource
1 parent 73e279d commit be02109

File tree

2 files changed

+1034
-1
lines changed

2 files changed

+1034
-1
lines changed

v2/spanner-to-sourcedb/src/test/java/com/google/cloud/teleport/v2/templates/SpannerToCassandraSourceDbMaxColumnsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class SpannerToCassandraSourceDbMaxColumnsIT extends SpannerToSourceDbITB
6262
private static final String SECONDARY_KEY_PREFIX = "col_";
6363

6464
private static final String SPANNER_DDL_RESOURCE =
65-
"SpannerToSourceDbWideRowIT/spanner-max-col-schema.sql";
65+
"SpannerToSourceDbWideRowIT/spanner-max-col-cassandra-schema.sql";
6666
private static final String CASSANDRA_SCHEMA_FILE_RESOURCE =
6767
"SpannerToSourceDbWideRowIT/cassandra-max-col-schema.sql";
6868
private static final String CASSANDRA_CONFIG_FILE_RESOURCE =

0 commit comments

Comments
 (0)