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
Copy file name to clipboardExpand all lines: sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBStateStoreIntegrationSuite.scala
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,48 @@ class RocksDBStateStoreIntegrationSuite extends StreamTest
223
223
}
224
224
}
225
225
226
+
testWithColumnFamilies("SPARK-51823: unload state stores on commit",
0 commit comments