Skip to content

Commit 58f8c99

Browse files
committed
Add missing enum variant
1 parent 177dee9 commit 58f8c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataset_exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ impl DisplayAs for DatasetExec {
275275
Python::with_gil(|py| {
276276
let number_of_fragments = self.fragments.bind(py).len();
277277
match t {
278-
DisplayFormatType::Default | DisplayFormatType::Verbose => {
278+
DisplayFormatType::Default | DisplayFormatType::Verbose | DisplayFormatType::TreeRender => {
279279
let projected_columns: Vec<String> = self
280280
.schema
281281
.fields()

0 commit comments

Comments
 (0)