bbotella commented on code in PR #294:
URL: https://github.com/apache/cassandra-sidecar/pull/294#discussion_r2608286789


##########
server/src/main/java/org/apache/cassandra/sidecar/db/CdcDatabaseAccessor.java:
##########
@@ -181,31 +216,4 @@ ResultSetFuture selectCdcRange(String jobId, int split)
     {
         return session().executeAsync(tableSchema.select().bind(jobId, (short) 
split));
     }
-
-    public ResultSetFuture insertTableSchemaHistory(String keyspace, String 
tableName, String schema)

Review Comment:
   We can always add it back if we need it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to