ansible-collections / community.cassandra

Cassandra Ansible Collection
http://galaxy.ansible.com/community/cassandra
GNU General Public License v3.0
25 stars 19 forks source link

cassandra_cqlsh: Fix import error #158

Closed rhysmeister closed 2 years ago

rhysmeister commented 2 years ago
SUMMARY

Fixes import error seen when running cqlsh with 311x.

Traceback (most recent call last):
  File "/usr/bin/cqlsh.py", line 169, in <module>
    from cqlshlib import cql3handling, cqlhandling, pylexotron, sslhandling, cqlshhandling
ImportError: No module named cqlshlib
ISSUE TYPE
COMPONENT NAME

cassandra_cqlsh

codecov[bot] commented 2 years ago

Codecov Report

Merging #158 (5c7c990) into master (16c0e05) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #158   +/-   ##
=======================================
  Coverage   78.27%   78.27%           
=======================================
  Files          25       25           
  Lines        1850     1850           
  Branches      431      431           
=======================================
  Hits         1448     1448           
  Misses        205      205           
  Partials      197      197           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 16c0e05...5c7c990. Read the comment docs.

rhysmeister commented 2 years ago

Upstream issues here...

https://issues.apache.org/jira/projects/CASSANDRA/issues/CASSANDRA-16822?filter=allissues&orderby=created+DESC%2C+priority+DESC%2C+updated+DESC

Have other issues due to fix. Probably best to wait for the fix there.