From 573872be00e78338519286c3533f2262c9e694ea Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Wed, 4 Oct 2023 11:24:00 -0400 Subject: [PATCH] Use `options.array_delimiters.element` instead of `array_element_delimiter`. --- cpp/src/arrow/pretty_print_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/pretty_print_test.cc b/cpp/src/arrow/pretty_print_test.cc index 83f117cbb0a28..76218e7ee778b 100644 --- a/cpp/src/arrow/pretty_print_test.cc +++ b/cpp/src/arrow/pretty_print_test.cc @@ -204,7 +204,7 @@ TEST_F(TestPrettyPrint, ArrayCustomElementDelimiter) { PrettyPrintOptions options{}; // Use a custom array element delimiter of " | ", // rather than the default delimiter (i.e. ","). - options.array_element_delimiter = " | "; + options.array_delimiters.element = " | "; // Short array without ellipsis {