Skip to content

Commit d198e90

Browse files
committed
fix comments.
1 parent f7f6a2a commit d198e90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datafusion/core/src/physical_planner.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,8 +2095,7 @@ impl DefaultPhysicalPlanner {
20952095
);
20962096

20972097
// This is potentially very large, so only log at trace level,
2098-
// otherwise it can overflow the tokio runtime stack because without
2099-
// tree_maximum_render_width setting.
2098+
// otherwise it can overflow the tokio runtime stack.
21002099
//
21012100
// For example:
21022101
// thread 'tokio-runtime-worker' has overflowed its stack

0 commit comments

Comments
 (0)