lukasz-antoniak commented on code in PR #110:
URL:
https://github.com/apache/cassandra-analytics/pull/110#discussion_r2194760772
##########
cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/FileSystemSource.java:
##########
@@ -48,12 +48,14 @@ public class FileSystemSource<T extends CassandraFile>
implements CassandraFileS
private final RandomAccessFile file;
private final FileType fileType;
private final long length;
+ private final boolean autoClose;
- public FileSystemSource(T cassandraFile, FileType fileType, Path path)
throws IOException
+ public FileSystemSource(T cassandraFile, FileType fileType, Path path,
boolean autoClose) throws IOException
Review Comment:
Yes, done.
--
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]