You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-49744][SS][PYTHON] Implement TTL support for ListState in TransformWithStateInPandas
### What changes were proposed in this pull request?
Implement TTL support for ListState in TransformWithStateInPandas.
### Why are the changes needed?
Allow users to add TTL to specific list state.
### Does this PR introduce _any_ user-facing change?
Yes
### How was this patch tested?
Added unit tests.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#48253 from bogao007/ttl-list-state.
Authored-by: bogao007 <[email protected]>
Signed-off-by: Jungtaek Lim <[email protected]>
Copy file name to clipboardExpand all lines: sql/core/src/test/scala/org/apache/spark/sql/execution/python/TransformWithStateInPandasStateServerSuite.scala
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,29 @@ class TransformWithStateInPandasStateServerSuite extends SparkFunSuite with Befo
0 commit comments