ozankabak commented on code in PR #8651:
URL: https://github.com/apache/arrow-datafusion/pull/8651#discussion_r1437558472
##########
datafusion-cli/src/print_format.rs:
##########
@@ -244,7 +290,7 @@ mod tests {
"| 1 |",
"| 2 |",
"| 3 |",
- "+---+",
+ "+---+\n",
Review Comment:
FYI, this is not a real change in the behavior being tested. Before this PR,
we used to append the final newline "outside" at the final print out stage.
With this PR, since we operate on writers instead of building strings, the
final newline is here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]