Hi team, I'm trying to inspect SST files of flink's state with sst related tools like sst_dump, ldb in wiki <https://github.com/facebook/rocksdb/wiki/Administration-and-Data-Access-Tool>. But it seems I'm getting meaningless results as shown below. The tools I'm using are from RocksDB's trunk and built from source. Am I doing it the right way, or is there any alternative to inspect the state? We're aware of Flink's queryable state, while it seems not well supported for SQL generated operators.
*$ ./sst_dump --file=../db/000030.sst --command=scan --read_num=50options.env is 0xba33e0Process ../db/000030.sstSst file format: block-basedfrom [] to []'� =>'� =>'� =>'� =>'� =>'� =>'� =>'� =>'� =>'� =>'� =>* -- *Best wishes,* *- Kai*