【发布时间】:2017-07-22 08:55:06
【问题描述】:
我使用
在我的 Mac 上安装了 cassandrahomebrew install cassandra
它安装了cassandra版本
[cqlsh 5.0.1 | Cassandra 3.10 | CQL spec 3.4.4 | Native protocol v4]
现在我使用 cqlsh 连接到 cassandra 并创建一个键空间和一个表。当我尝试在 cqlsh 中查询表时。我收到一个错误
'ResultSet' object has no attribute 'column_types
我搜索了错误并找到了这个
https://groups.google.com/forum/#!msg/nosql-databases/O3kZmk8AoeY/PooBo9uWDQAJ
https://issues.apache.org/jira/browse/CASSANDRA-12799
但我不清楚解决方案到底是什么...第二个链接似乎表明问题已自动解决...但对我来说显然不是
【问题讨论】:
-
同样的问题。系统很干净,应该没有任何旧版本。我已经尝试过使用默认的python和自制的python,但问题仍然存在。重新安装也没有帮助。
标签: cassandra