We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18345c6 commit f16fa15Copy full SHA for f16fa15
datafusion-cli/src/print_format.rs
@@ -59,7 +59,7 @@ fn print_batches_with_sep(batches: &[RecordBatch], delimiter: u8) -> Result<Stri
59
let mut bytes = vec![];
60
{
61
let builder = WriterBuilder::new()
62
- .has_headers(true)
+ .with_header(true)
63
.with_delimiter(delimiter);
64
let mut writer = builder.build(&mut bytes);
65
for batch in batches {
0 commit comments