Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Fully integrating the TransformWithState operator with Virtual Column Families by adding support for the deleteIfExists operator. In RocksDB.scala, return the columnFamilyId if it exists in removeColFamilyIfExists so that we can remove all the keys for the corresponding columnFamily once deleteIfExists is called.