Skip to content

Commit 7adca70

Browse files
committed
Style fixes
1 parent c5dd061 commit 7adca70

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStore.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ private[state] object StateStore extends Logging {
5050
startIfNeeded()
5151
loadedStores.getOrElseUpdate(storeId, new StateStore(storeId, directory))
5252
}
53-
println(s"Got state store $storeId")
5453
reportActiveInstance(storeId)
5554
store
5655
}

sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStoreRDD.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class StateStoreRDD[INPUT: ClassTag, OUTPUT: ClassTag](
4747
var store: StateStore = null
4848

4949
Utils.tryWithSafeFinally {
50-
println(s"Getting store for version $newStoreVersion")
5150
store = StateStore.get(
5251
StateStoreId(operatorId, partition.index),
5352
storeDirectory

0 commit comments

Comments
 (0)