Open
Description
Since in scylla CDC tables should get cdc partitioner instead default one, we need something that would hold that partitioner information and provide it upon request.
Currently it is done in inderect way at
Which creates unnecessary confusion, to get rid of which we need an instance with following API available at metadata level:
public interface PartitionerMap {
public Partitioner DefaultPartitioner();
public Partitioner GetTablePartitioner(CqlIdentifier ks, CqlIdentifier table);
}
When it is done we need to get rid of prepared statement partitioner hack.
Metadata
Metadata
Assignees
Labels
No labels