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 1439bf5 commit 710abd4Copy full SHA for 710abd4
src/dataset_exec.rs
@@ -275,7 +275,9 @@ impl DisplayAs for DatasetExec {
275
Python::with_gil(|py| {
276
let number_of_fragments = self.fragments.bind(py).len();
277
match t {
278
- DisplayFormatType::Default | DisplayFormatType::Verbose | DisplayFormatType::TreeRender => {
+ DisplayFormatType::Default
279
+ | DisplayFormatType::Verbose
280
+ | DisplayFormatType::TreeRender => {
281
let projected_columns: Vec<String> = self
282
.schema
283
.fields()
0 commit comments