Skip to content

Commit 192e799

Browse files
committed
review comment
1 parent f12c35d commit 192e799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ TEST(ArraySortIndicesFunction, NullTypeDictionaryArray) {
444444
for (const auto& index_type : all_dictionary_index_types()) {
445445
ARROW_SCOPED_TRACE("index_type = ", index_type->ToString());
446446
auto dict_type = dictionary(index_type, null());
447-
auto dict_arr = DictArrayFromJSON(dict_type, "[null, null, null, null]", "[]");
447+
auto dict_arr = DictArrayFromJSON(dict_type, "[null, 0, 0, null]", "[null]");
448448

449449
for (auto null_placement : AllNullPlacements()) {
450450
ArraySortOptions options{SortOrder::Ascending, null_placement};

0 commit comments

Comments
 (0)