Skip to content

Commit 108438c

Browse files
committed
feat: remove debug print statement from create_physical_plan method in DataFrame
1 parent fdd6e7e commit 108438c

File tree

1 file changed

+0
-1
lines changed
  • datafusion/core/src/dataframe

1 file changed

+0
-1
lines changed

datafusion/core/src/dataframe/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ impl DataFrame {
215215

216216
/// Consume the DataFrame and produce a physical plan
217217
pub async fn create_physical_plan(self) -> Result<Arc<dyn ExecutionPlan>> {
218-
println!("==> create_physical_plan {:?}", &self.plan);
219218
self.session_state.create_physical_plan(&self.plan).await
220219
}
221220

0 commit comments

Comments
 (0)