absurdfarce commented on code in PR #1284:
URL: 
https://github.com/apache/cassandra-python-driver/pull/1284#discussion_r3025877714


##########
cassandra/connection.py:
##########
@@ -107,7 +107,7 @@ def decompress(byts):
         return snappy.decompress(byts)
     locally_supported_compressions['snappy'] = (snappy.compress, decompress)
 
-DRIVER_NAME, DRIVER_VERSION = 'DataStax Python Driver', 
sys.modules['cassandra'].__version__
+DRIVER_NAME, DRIVER_VERSION = 'Apache Cassandra Python Driver', 
sys.modules['cassandra'].__version__

Review Comment:
   We'll be removing Insights support entirely in a future release (see 
[PYTHON-1415](https://datastax-oss.atlassian.net/browse/PYTHON-1415)).  This 
hasn't been slated for a release yet but I would like to get it in sooner 
rather than later... Insights support is just dead weight at the moment.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to