smiklosovic commented on a change in pull request #1249:
URL: https://github.com/apache/cassandra/pull/1249#discussion_r799293854
##########
File path: pylib/cqlshlib/copyutil.py
##########
@@ -884,7 +884,7 @@ def __init__(self, fname, options):
self.max_rows = options.copy['maxrows']
self.skip_rows = options.copy['skiprows']
self.fname = fname
- self.sources = None # must be created later due to pickle problems on
Windows
+ self.sources = None
Review comment:
looking into this, this one seems to be easy to move to constructor.
--
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]