axonops / axonops-workbench

AxonOps™ Workbench for Apache Cassandra® - Desktop application for Mac, Windows and Linux
https://axonops.com
Apache License 2.0
10 stars 0 forks source link

[bug] Table description shows incorrect output #218

Closed hshimizu closed 1 month ago

hshimizu commented 1 month ago

image

CREATE TABLECREATE KEYSPACE hayato WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '1'} AND durable_writes = true;

mhmdkrmabd commented 1 month ago

Investigating that

mhmdkrmabd commented 1 month ago

Confirmed, it's only happen if the table and the keyspace have the same name, thank you @hshimizu, working on that

mhmdkrmabd commented 1 month ago

Fixed, everything should be fine after the next PR