Skip to content

Commit

Permalink
feat(sst) Add new file format (#11847)
Browse files Browse the repository at this point in the history
Summary:
Add new file format SST (rocksdb version)

Pull Request resolved: #11847

Reviewed By: zzhao0, xiaoxmeng

Differential Revision: D67158670

Pulled By: harsharastogi

fbshipit-source-id: 7c29fbd267cc12177ee51b4facd89d75029427f9
  • Loading branch information
Harsha Rastogi authored and facebook-github-bot committed Dec 16, 2024
1 parent 13cd515 commit c623766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/dwio/common/Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ enum class FileFormat {
PARQUET = 7,
NIMBLE = 8,
ORC = 9,
SST = 10, // rocksdb sst format
};

FileFormat toFileFormat(std::string_view s);
Expand Down

0 comments on commit c623766

Please sign in to comment.