Skip to content

Commit

Permalink
Use options.array_delimiters.element instead of `array_element_deli…
Browse files Browse the repository at this point in the history
…miter`.
  • Loading branch information
kevingurney committed Oct 4, 2023
1 parent 72f6447 commit 573872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/pretty_print_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 573872b

Please sign in to comment.