lukasz-antoniak commented on code in PR #110:
URL: 
https://github.com/apache/cassandra-analytics/pull/110#discussion_r2182215647


##########
cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/SSTable.java:
##########
@@ -63,7 +63,13 @@ public InputStream openSummaryStream()
     @Nullable
     public InputStream openPrimaryIndexStream()
     {
-        return openInputStream(FileType.INDEX);
+        return openInputStream(isBigFormat() ? FileType.INDEX : 
FileType.PARTITIONS_INDEX); // Cassandra 4.x vs 5.x
+    }
+
+    @Nullable
+    public InputStream openSecondaryIndexStream()

Review Comment:
   Can we call it `openRowIndexStream`? We did not add `big` or `bti` to open 
methods.



-- 
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: commits-unsubscr...@cassandra.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to