anishshri-db commented on code in PR #43961:
URL: https://github.com/apache/spark/pull/43961#discussion_r1439275819
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/HDFSBackedStateStoreProvider.scala:
##########
@@ -78,9 +78,9 @@ private[sql] class HDFSBackedStateStoreProvider extends
StateStoreProvider with
override def id: StateStoreId =
HDFSBackedStateStoreProvider.this.stateStoreId
- override def get(key: UnsafeRow): UnsafeRow = map.get(key)
+ override def get(key: UnsafeRow, colFamilyName: String): UnsafeRow =
map.get(key)
- override def iterator(): Iterator[UnsafeRowPair] = {
+ override def iterator(colFamilyName: String): Iterator[UnsafeRowPair] = {
Review Comment:
Would prefer to keep this as it is - basically we would add support for hdfs
provider eventually anyway I think
--
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]