Skip to content

Commit

Permalink
Improve the comment on TableFactory::NewTableReader()
Browse files Browse the repository at this point in the history
Summary:
`DBImpl::AddFile()` has been replaced by `DBImpl::IngestExternalFile()`.
Closes facebook#3726

Differential Revision: D7646875

Pulled By: ajkr

fbshipit-source-id: 241eb7a8d88527fdc5c26b0c3f6faec3296451f8
  • Loading branch information
harrywong authored and facebook-github-bot committed Apr 16, 2018
1 parent 5e48811 commit b4f3339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/table.h
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class TableFactory {
// and cache the table object returned.
// (2) SstFileReader (for SST Dump) opens the table and dump the table
// contents using the iterator of the table.
// (3) DBImpl::AddFile() calls this function to read the contents of
// (3) DBImpl::IngestExternalFile() calls this function to read the contents of
// the sst file it's attempting to add
//
// table_reader_options is a TableReaderOptions which contain all the
Expand Down

0 comments on commit b4f3339

Please sign in to comment.