We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cde706 commit ce4bb68Copy full SHA for ce4bb68
cpp/src/arrow/compute/kernels/vector_array_sort.cc
@@ -183,8 +183,6 @@ class ArrayCompareSorter<DictionaryType> {
183
const ArraySortOptions& options,
184
ExecContext* ctx) {
185
const auto& dict_array = checked_cast<const DictionaryArray&>(array);
186
- // TODO: These methods should probably return a const&? They seem capable.
187
- // https://github.com/apache/arrow/issues/35437
188
auto dict_values = dict_array.dictionary();
189
auto dict_indices = dict_array.indices();
190
0 commit comments