HeartSaVioR commented on a change in pull request #25811: [SPARK-29111][CORE]
Support snapshot/restore on KVStore
URL: https://github.com/apache/spark/pull/25811#discussion_r324969028
##########
File path:
common/kvstore/src/test/java/org/apache/spark/util/kvstore/KVStoreIteratorSuite.java
##########
@@ -36,9 +36,9 @@
import org.slf4j.LoggerFactory;
import static org.junit.Assert.*;
-public abstract class DBIteratorSuite {
+public abstract class KVStoreIteratorSuite {
Review comment:
I've just renamed this as it made me confused - I imagined DB as LevelDB but
there's separate suite for LevelDB. KVStore sounds better to me.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]