smiklosovic commented on code in PR #3718:
URL: https://github.com/apache/cassandra/pull/3718#discussion_r1874736499
##########
src/java/org/apache/cassandra/cql3/statements/schema/CreateTableStatement.java:
##########
@@ -479,12 +479,21 @@ public String defaultCompactValueName()
}
}
+ public static TableMetadata.Builder parse(String cql, String keyspace,
String table, Types types, UserFunctions userFunctions)
Review Comment:
@blerer the original version of that method is still there. We just create
this one in order to be able to specify custom keyspace and table name with
types and functions. If we parse CQL for old table, we just want to be able to
put there keyspace and table name etc for new table.
--
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]