Skip to content

Commit ce4bb68

Browse files
committed
Remove obsolete todo
1 parent 9cde706 commit ce4bb68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/src/arrow/compute/kernels/vector_array_sort.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ class ArrayCompareSorter<DictionaryType> {
183183
const ArraySortOptions& options,
184184
ExecContext* ctx) {
185185
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
188186
auto dict_values = dict_array.dictionary();
189187
auto dict_indices = dict_array.indices();
190188

0 commit comments

Comments
 (0)