jberragan commented on code in PR #62:
URL:
https://github.com/apache/cassandra-analytics/pull/62#discussion_r1672850714
##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/data/LocalDataLayer.java:
##########
@@ -174,7 +174,7 @@ public static LocalDataLayer from(Map<String, String>
options)
.filter(StringUtils::isNotEmpty)
.collect(Collectors.toSet()),
SchemaFeatureSet.initializeFromOptions(options),
- getBoolean(options, lowerCaseKey("useSSTableInputStream"),
false),
+ getBoolean(options, lowerCaseKey("useBufferingInputStream"),
false),
Review Comment:
The `LocalDataLayer` is mainly for the tests to read/write SSTables, but I
can maintain compatibility with the old name incase anyone is using it in the
wild.
--
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]