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 f7f6a2a commit d198e90Copy full SHA for d198e90
datafusion/core/src/physical_planner.rs
@@ -2095,8 +2095,7 @@ impl DefaultPhysicalPlanner {
2095
);
2096
2097
// 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.
+ // otherwise it can overflow the tokio runtime stack.
2100
//
2101
// For example:
2102
// thread 'tokio-runtime-worker' has overflowed its stack
0 commit comments