FYI - Apache Spark (i.e. the OSS, not the Databricks distribution) added a RocksDB StateStore in Spark 3.2.0 (recently released).
This means new Spark versions now add a dependency on RocksDB -
https://issues.apache.org/jira/browse/SPARK-34198
The version seems to be pinned to
6.20.3 - as we're currently bundling our our sstable parser, not sure if/how this affects us.
Perhaps
@Tal Sofer or
@Ariel Shaqed (Scolnicov) can shed some light?