Brad Schoening
Brad Schoening
This change splits main() and the majority of the cqlsh.py code into a new file, cqlshmain.py in the pylib directory. What remains in cqlsh.py is mostly the zip loader and...
## Description of Issue In the FF3 constructor. The 3rd check in the ‘if’ statement looks redundant. It seems to test if maxLen > maxLen, which must always be false?...
ISO 8601 supports nanosecond level formats. For compatibility with implementations which utilize nanoseconds, its difficult to work around this incompatibility. I realize the documentation mentions "fractional seconds are limited to...
The column 'droppable' is reported with a decimal place in ic-sstable-tools sstables, but the value appears that it should be an integer. The decimal place is confusing as it suggest...
The Cassandra schema uses LevelTieredCompaction (LCS) but likely should use default SizeTieredCompactionStrategy (STCS) instead. All of the tables seem to be configured with LCS but this is not a good...
As part of [CASSANDRA-17684](https://issues.apache.org/jira/browse/CASSANDRA-17684), our proposed solution (in progress) will be to create a new build distribution target of 'doc', which will contain CQL.html and an empty __init__.py. This will...
move the unclosed rules up to follow the valid string literals & names, added new unit test and removed strip comment function Thanks for sending a pull request! Here are...
Move the unclosed rules up to follow the valid string literals & names, added new unit test and removed strip comment function Thanks for sending a pull request! Here are...
move the unclosed rules up to follow the valid string literals & names, added new unit test and removed strip comment function Thanks for sending a pull request! Here are...
…g literals & names, added new unit test and removed strip comment function Thanks for sending a pull request! Here are some tips if you're new here: * Ensure you...