viirya commented on code in PR #44751:
URL: https://github.com/apache/spark/pull/44751#discussion_r1458455263
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/SymmetricHashJoinStateManager.scala:
##########
@@ -443,6 +444,7 @@ class SymmetricHashJoinStateManager(
/** Helper trait for invoking common functionalities of a state store. */
private abstract class StateStoreHandler(stateStoreType: StateStoreType)
extends Logging {
+ private var stateStoreProvider: StateStoreProvider = _
Review Comment:
Hmm, is this change related to state data source reader?
--
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]