Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
js8544 committed Dec 19, 2023
1 parent f14c783 commit 8fbcbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/vector_hash.cc
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ class DictionaryHashKernel : public HashKernel {
}

/// This can't be called more than once because DictionaryUnifier::GetResult()
/// can't be called more than once and produce the same output.
/// can't be called more than once and produce the same output.
Result<std::shared_ptr<Array>> dictionary() const {
if (!first_dictionary_) { // Append was never called
return nullptr;
Expand Down

0 comments on commit 8fbcbf3

Please sign in to comment.