smiklosovic commented on code in PR #3272:
URL: https://github.com/apache/cassandra/pull/3272#discussion_r1581010034
##########
src/java/org/apache/cassandra/cql3/statements/schema/CreateTableStatement.java:
##########
@@ -113,7 +123,12 @@ public Keyspaces apply(ClusterMetadata metadata)
ufBuilder.add(ksm.userFunctions);
TableMetadata.Builder builder = builder(keyspace.types,
ufBuilder.build()).epoch(metadata.nextEpoch());
- if (!builder.hasId() && !DatabaseDescriptor.useDeterministicTableID())
+
+ // We not want to set table ID here just yet, since we are using CQL
for serialising a fully expanded CREATE TABLE
Review Comment:
we do not want
--
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]