[GitHub] [spark] xuanyuanking commented on a change in pull request #33038: [SPARK-35861][SS] Introduce "prefix match scan" feature on state store

2021-07-01 Thread GitBox
xuanyuanking commented on a change in pull request #33038: URL: https://github.com/apache/spark/pull/33038#discussion_r662094639 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/HDFSBackedStateStoreProvider.scala ## @@ -252,6 +238,12 @@

[GitHub] [spark] xuanyuanking commented on a change in pull request #33038: [SPARK-35861][SS] Introduce "prefix match scan" feature on state store

2021-06-30 Thread GitBox
xuanyuanking commented on a change in pull request #33038: URL: https://github.com/apache/spark/pull/33038#discussion_r661517930 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/HDFSBackedStateStoreMap.scala ## @@ -0,0 +1,172 @@ +/* + *