neilramaswamy commented on code in PR #48853:
URL: https://github.com/apache/spark/pull/48853#discussion_r1859113781
##########
sql/core/src/test/scala/org/apache/spark/sql/streaming/TransformWithStateTTLTest.scala:
##########
@@ -143,43 +143,54 @@ abstract class TransformWithStateTTLTest
AddData(inputStream, InputEvent("k1", "put", 1)),
// advance clock to trigger processing
AdvanceManualClock(1 * 1000),
+ // In the primary index, we should have that k1 -> [1].
Review Comment:
Actually, for all types, we do store the expiration with it. This is just a
typo. I fixed this everywhere.
--
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]