Skip to content

Commit

Permalink
Fix minor doc typos in SelectiveColumnReader.h (#10835)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #10835

Differential Revision: D61815649
  • Loading branch information
sdruzkin authored and facebook-github-bot committed Aug 26, 2024
1 parent 3bf1a74 commit 8e00ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velox/dwio/common/SelectiveColumnReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ struct ScanState {
DictionaryValues dictionary;

// If the format, like ORC/DWRF has a base dictionary completed by
// local delta dictionaries over the furst one, this represents the
// local delta dictionaries over the first one, this represents the
// local values, e.g. row group dictionary in ORC. TBD: If there is
// a pattern of dictionaries completed by more dictionaries in other
// formats, this will be modeled as an vector of n DictionaryValues.
DictionaryValues dictionary2;

// Bits selecting between dictionary and dictionary2 or dictionary and
// literal. OR/DWRFC only.
// literal. ORC/DWRF only.
BufferPtr inDictionary;

// Copy of Visitor::rows_ adjusted to start at the current encoding
Expand Down

0 comments on commit 8e00ca3

Please sign in to comment.