Livia Zhu created SPARK-49772:
---------------------------------

             Summary: Simplify and clarify dbOptions for RocksDB
                 Key: SPARK-49772
                 URL: https://issues.apache.org/jira/browse/SPARK-49772
             Project: Spark
          Issue Type: Task
          Components: Structured Streaming
    Affects Versions: 3.4.3
            Reporter: Livia Zhu


RocksDB.scala has 2 sets of options: columnFamilyOptions and dbOptions. 
columnFamilyOptions is vestigial (it is not used anywhere else in the code 
other than the creation of dbOptions). To simplify the code, we should remove 
this and set configs in dbOptions directly. Furthermore, we should rename 
dbOptions to rocksDbOptions for clarity. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to