Skip to content

Conversation

@bbotella
Copy link
Contributor

CASSANALYTICS-90

@bbotella bbotella requested a review from frankgh September 17, 2025 22:08

public enum TableProperty
{
CDC("cdc"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should match this to org.apache.cassandra.spark.utils.CqlUtils#TABLE_PROPERTY_OVERRIDE_ALLOWLIST because we are bounded to the table property override list. Also, we should really test this to make sure this works when we are parsing the CQL statement and converting that to a CqlTable, like we do in CassandraDataLayer

        String createStmt = CqlUtils.extractTableSchema(fullSchema, keyspace, table);
        ....
        cqlTable = bridge().buildSchema(createStmt, keyspace, replicationFactor, partitioner, udts, null, indexCount, false);

@bbotella bbotella force-pushed the CASSANALYTICS-90-support-table-options-on-cqltable branch from 70bef5d to 345da3d Compare September 18, 2025 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants