You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/03/24 22:18:19 UTC

[GitHub] [cassandra] bschoening commented on a change in pull request #1526: CASSANDRA-17480 remove obsolete code and fix several pylint issues

bschoening commented on a change in pull request #1526:
URL: https://github.com/apache/cassandra/pull/1526#discussion_r834776780



##########
File path: bin/cqlsh.py
##########
@@ -238,21 +238,6 @@ def find_zip(libprefix):
     except OSError:
         print('\nWarning: Cannot create directory at `%s`. Command history will not be saved.\n' % HISTORY_DIR)
 
-OLD_CONFIG_FILE = os.path.expanduser(os.path.join('~', '.cqlshrc'))

Review comment:
       This was migration code introduced in Cassandra 1.2 when the file location was moved from .cqlshrc -> cqlshrc and .cqlsh_history -> cqlsh_history.  Its time to sunset this compatibility with C* 1.1 file locations.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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