[ 
https://issues.apache.org/jira/browse/CASSANDRA-20400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18060515#comment-18060515
 ] 

Jai Bheemsen Rao Dhanwada commented on CASSANDRA-20400:
-------------------------------------------------------

Can someone please review to see if this can help? 
https://github.com/jaibheem/cassandra/commit/48be61b37fb15d3950cc0aec34841b9c0425abc1

> Pylint reports some missing functions in cqlshlib
> -------------------------------------------------
>
>                 Key: CASSANDRA-20400
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20400
>             Project: Apache Cassandra
>          Issue Type: Improvement
>          Components: CQL/Interpreter
>            Reporter: Brad Schoening
>            Assignee: Jai Bheemsen Rao Dhanwada
>            Priority: Low
>
> {quote}% pylint --disable=all --enable=E1101 *.py
> Module cqlshlib.cqlhandling
> cqlshlib/cqlhandling.py:195:27: E1101: Instance of 'CqlParsingRuleSet' has no 
> 'dequote_value' member (no-member)
> cqlshlib/cqlhandling.py:196:27: E1101: Instance of 'CqlParsingRuleSet' has no 
> 'escape_value' member (no-member)
> cqlshlib/cqlhandling.py:201:27: E1101: Instance of 'CqlParsingRuleSet' has no 
> 'dequote_name' member (no-member)
> cqlshlib/cqlhandling.py:202:27: E1101: Instance of 'CqlParsingRuleSet' has no 
> 'escape_name' member (no-member)
> Module cqlshlib.saferscanner
> cqlshlib/saferscanner.py:60:12: E1101: Module 'sre_parse' has no 'Pattern' 
> member (no-member)
> cqlshlib/saferscanner.py:92:12: E1101: Module 're' has no '_parser' member 
> (no-member)
> cqlshlib/saferscanner.py:96:21: E1101: Module 're' has no '_parser' member 
> (no-member)
> cqlshlib/saferscanner.py:96:72: E1101: Module 're' has no '_parser' member 
> (no-member)
> cqlshlib/saferscanner.py:98:12: E1101: Module 're' has no '_parser' member 
> (no-member)
> {quote}
>  
> dequote_value was added in 
> [38748b4|https://github.com/apache/cassandra/commit/38748b43d8de17375c7cc16e7a4969ca4c1a2aa1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to