This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new aef28ae0bd chore:rename DataFrame to LogicalPlan (#9123)
aef28ae0bd is described below

commit aef28ae0bd9a5cee775ebd7c6bcca45f0fc9669b
Author: Cancai Cai <77189278+caican...@users.noreply.github.com>
AuthorDate: Mon Feb 5 20:29:19 2024 +0800

    chore:rename DataFrame to LogicalPlan (#9123)
---
 datafusion/substrait/src/logical_plan/consumer.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/substrait/src/logical_plan/consumer.rs 
b/datafusion/substrait/src/logical_plan/consumer.rs
index 7687aff2bc..58a741c634 100644
--- a/datafusion/substrait/src/logical_plan/consumer.rs
+++ b/datafusion/substrait/src/logical_plan/consumer.rs
@@ -174,7 +174,7 @@ fn split_eq_and_noneq_join_predicate_with_nulls_equality(
     (accum_join_keys, nulls_equal_nulls, join_filter)
 }
 
-/// Convert Substrait Plan to DataFusion DataFrame
+/// Convert Substrait Plan to DataFusion LogicalPlan
 pub async fn from_substrait_plan(
     ctx: &SessionContext,
     plan: &Plan,

Reply via email to