You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by be...@apache.org on 2022/11/11 10:03:01 UTC

[cassandra] branch cassandra-4.0 updated: Cqlsh Cython failure on 4.0

This is an automated email from the ASF dual-hosted git repository.

bereng pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-4.0 by this push:
     new 0f2fb1eeb3 Cqlsh Cython failure on 4.0
0f2fb1eeb3 is described below

commit 0f2fb1eeb3e1616b80bae9bae32b824c17de6ae5
Author: Bereng <be...@gmail.com>
AuthorDate: Fri Nov 11 07:13:58 2022 +0100

    Cqlsh Cython failure on 4.0
    
    Patch by Berenguer Blasi; reviewed by Michael Semb Wever for CASSANDRA-18036
---
 pylib/cqlshlib/copyutil.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pylib/cqlshlib/copyutil.py b/pylib/cqlshlib/copyutil.py
index 3a20b42e9e..c1bdffef35 100644
--- a/pylib/cqlshlib/copyutil.py
+++ b/pylib/cqlshlib/copyutil.py
@@ -33,6 +33,7 @@ import sys
 import threading
 import time
 import traceback
+import errno
 
 from bisect import bisect_right
 from calendar import timegm


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org