Fix missing column family id within CompactionJobInfo
·
2364 commits
to stardog/develop
since this release
Added the use of rocksdb::Listener within Stardog. Discovered that the OnCompactionBegin() caller did not populate the Column Family ID member cf_id. OnCompactionCompleted() caller did. Added line from latter to former.