micheal-o commented on code in PR #50773:
URL: https://github.com/apache/spark/pull/50773#discussion_r2072027623


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/v2/state/StateDataSourceTransformWithStateSuite.scala:
##########
@@ -1072,7 +1072,8 @@ class StateDataSourceTransformWithStateSuite extends 
StateStoreMetricsTest
       val dfsRootDir = new File(tmpDir.getAbsolutePath + "/state/0/4")
       val fileManager = new RocksDBFileManager(
         dfsRootDir.getAbsolutePath, Utils.createTempDir(), new Configuration,
-        CompressionCodec.LZ4)
+        CompressionCodec.LZ4, fileChecksumEnabled = 
SQLConf.get.checkpointFileChecksumEnabled,

Review Comment:
   No need for additional tests specific to state reader. Existing reader tests 
are exercising that already.



-- 
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: reviews-unsubscr...@spark.apache.org

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


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

Reply via email to