anishshri-db commented on code in PR #49277:
URL: https://github.com/apache/spark/pull/49277#discussion_r1902170531
##########
sql/core/src/test/scala/org/apache/spark/sql/streaming/TransformWithValueStateTTLSuite.scala:
##########
@@ -285,13 +285,13 @@ class TransformWithValueStateTTLSuite extends
TransformWithStateTTLTest {
.add("expiryTimestampMs", LongType, nullable = false)
val schemaForValueRow: StructType =
StructType(Array(StructField("__dummy__", NullType)))
val schema0 = StateStoreColFamilySchema(
-
TimerStateUtils.getTimerStateVarName(TimeMode.ProcessingTime().toString),
- schemaForKeyRow,
+
TimerStateUtils.getTimerStateVarNames(TimeMode.ProcessingTime().toString)._1, 0,
Review Comment:
Lets also add atleast a couple of tests for other composite types such as
list, map etc ?
--
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]