Maxwell-Guo commented on PR #2786:
URL: https://github.com/apache/cassandra/pull/2786#issuecomment-1754206152
as @blambov have described in CASSANDRA-18534 , we may support
`CREATE TABLE ... WITH sstable_format = "bti-fast";`
and
`CREATE TABLE ... WITH sstable_format = { "type" : "bti-fast",
"bloom_filter_fp_chance": 0.001};`
So I just add these methods to see if the options for stable_format is a
string or a map, and can correspondingly, we can parse out the corresponding
object.
For other methods , we may get a exception .
--
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]