Commit f322271
[SPARK-56042][SS] Fix swapped external/internal col family count metrics in RocksDBStateStoreProvider
### What changes were proposed in this pull request?
Fix swapped external/internal col family count metrics in RocksDBStateStoreProvider
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
tests added
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #54874 from jerrypeng/SPARK-56042.
Authored-by: Jerry Peng <jerry.peng@databricks.com>
Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>1 parent a4dcd6d commit f322271
2 files changed
Lines changed: 11 additions & 2 deletions
File tree
- sql/core/src
- main/scala/org/apache/spark/sql/execution/streaming/state
- test/scala/org/apache/spark/sql/execution/streaming/state
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
678 | | - | |
| 677 | + | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2178 | 2178 | | |
2179 | 2179 | | |
2180 | 2180 | | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
2181 | 2190 | | |
2182 | 2191 | | |
2183 | 2192 | | |
| |||
0 commit comments