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 177dee9 commit 58f8c99Copy full SHA for 58f8c99
src/dataset_exec.rs
@@ -275,7 +275,7 @@ 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::Default | DisplayFormatType::Verbose | DisplayFormatType::TreeRender => {
279
let projected_columns: Vec<String> = self
280
.schema
281
.fields()
0 commit comments