Skip to content

Commit aef28ae

Browse files
authored
chore:rename DataFrame to LogicalPlan (#9123)
1 parent 35f481d commit aef28ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/substrait/src/logical_plan/consumer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ fn split_eq_and_noneq_join_predicate_with_nulls_equality(
174174
(accum_join_keys, nulls_equal_nulls, join_filter)
175175
}
176176

177-
/// Convert Substrait Plan to DataFusion DataFrame
177+
/// Convert Substrait Plan to DataFusion LogicalPlan
178178
pub async fn from_substrait_plan(
179179
ctx: &SessionContext,
180180
plan: &Plan,

0 commit comments

Comments
 (0)