huanliwang-db commented on code in PR #52820:
URL: https://github.com/apache/spark/pull/52820#discussion_r2482803309


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBSuite.scala:
##########
@@ -2015,6 +2015,58 @@ class RocksDBSuite extends AlsoTestWithRocksDBFeatures 
with SharedSparkSession
     }
   }
 
+  test("RocksDB: ensure putList / mergeList operation correctness") {

Review Comment:
   yes, especially this test case: 
https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/ListStateSuite.scala#L104
   
   In this case, we do the array put and array appendList which I think should 
provide sufficient test coverage



-- 
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]

Reply via email to