jacek-lewandowski commented on code in PR #2295:
URL: https://github.com/apache/cassandra/pull/2295#discussion_r1185763165
##########
src/java/org/apache/cassandra/db/lifecycle/LogFile.java:
##########
@@ -504,7 +507,7 @@ List<String> getFilePaths()
private String getFileName()
{
- return
StringUtils.join(SSTableFormat.Type.current().info.getLatestVersion(),
LogFile.SEP, // remove version and separator when downgrading to 4.x is becomes
unsupported
+ return StringUtils.join(version, LogFile.SEP, // remove version and
separator when downgrading to 4.x is becomes unsupported TODO should this
include format type as well?
Review Comment:
Yes, I think that I oversaw that in CEP-17
--
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]