Uh oh!
There was an error while loading. Please reload this page.
ARROW-11898: [Rust] Pretty print columns - #9650
Conversation
Uh oh!
There was an error while loading. Please reload this page.
codecov-io
commented
Mar 7, 2021
Codecov Report
@@ Coverage Diff @@## master #9650 +/- ##
==========================================
- Coverage 82.51% 82.50% -0.02%
==========================================
Files 245 245 Lines 57329 57378 +49 ==========================================
+ Hits 47306 47338 +32 - Misses 10023 10040 +17
Continue to review full report at Codecov.
|
alamb
commented
Mar 7, 2021
FYI I merged #9653 / ARROW-11896 for the Rust CI checks which may affect this PR. If you see "Rust / AMD64 Debian 10 Rust stable test workspace" failing with a linker error or no logs, rebasing against master will hopefully fix the problem |
Introduces `arrow::util::pretty::print_columns`
nevi-me
commented
Mar 7, 2021
Thakns, I'm rebasing my PRs |
Adds a way to also pretty-print a slice of columns, as a convenience to aviod creating a single-column record batch.