jingz-db commented on code in PR #49304:
URL: https://github.com/apache/spark/pull/49304#discussion_r1902110017
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBSuite.scala:
##########
@@ -578,7 +578,11 @@ class RocksDBSuite extends AlsoTestWithRocksDBFeatures
with SharedSparkSession
if (isChangelogCheckpointingEnabled) {
assert(changelogVersionsPresent(remoteDir) === (1 to 50))
- assert(snapshotVersionsPresent(remoteDir) === Range.inclusive(5, 50,
5))
+ if (colFamiliesEnabled) {
Review Comment:
I might be missing something, but why will we get different results for
snapshot with colFamiliesEnabled and disabled? I thought we are writing to the
changelog the same way so this should be the same?
--
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]