[ https://issues.apache.org/jira/browse/CASSANDRA-20400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brad Schoening updated CASSANDRA-20400: --------------------------------------- Summary: Pylint reports some missing functions in cqlshlib (was: Pylint reports some missing functions) > 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 > Priority: Low > > {quote}% pylint --disable=all --enable=E1101 *.py > — Module cqlshlib.cql3handling > cql3handling.py:1678:11: E1101: Instance of 'Cql3ParsingRuleSet' has no > 'is_valid_cql3_name' member (no-member) > cql3handling.py:1693:11: E1101: Instance of 'Cql3ParsingRuleSet' has no > 'is_valid_cql3_name' member (no-member) > — Module cqlshlib.cqlhandling > cqlhandling.py:170:27: E1101: Instance of 'CqlParsingRuleSet' has no > 'dequote_value' member (no-member) > cqlhandling.py:171:27: E1101: Instance of 'CqlParsingRuleSet' has no > 'escape_value' member (no-member) > cqlhandling.py:176:27: E1101: Instance of 'CqlParsingRuleSet' has no > 'dequote_name' member (no-member) > cqlhandling.py:177:27: E1101: Instance of 'CqlParsingRuleSet' has no > 'escape_name' member (no-member) > {quote} > > is_valid_cql3_name existed as a function definition as of commit 13d3a47 in > [cql3handling.py|https://github.com/apache/cassandra/blob/13d3a47461af24fbd4b2ddee71a7042168ed860f/pylib/cqlshlib/cql3handling.py] -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org