Skip to content

Commit 91ad909

Browse files
Added Fixes
1 parent e9de099 commit 91ad909

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

v2/spanner-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/utils/CassandraSourceSchemaReader.java

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ public class CassandraSourceSchemaReader {
3333
* column names, column types, and kinds, for the given keyspace. It uses a prepared statement for
3434
* safe and efficient execution.
3535
*
36-
* @param keyspace The name of the Cassandra keyspace for which metadata is to be retrieved. Must
37-
* not be {@code null} or empty.
3836
* @param cassandraShard the shard information
3937
* @return A {@link ResultSet} containing the metadata rows with columns:
4038
* <ul>

0 commit comments

Comments
 (0)