You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by xu...@apache.org on 2023/01/21 09:16:53 UTC

[arrow-datafusion] branch master updated: Minor: Remove invalid comments (#5012)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9c119961c Minor: Remove invalid comments (#5012)
9c119961c is described below

commit 9c119961c238d8cd8e3adcf8b25238547661edae
Author: xudong.w <wx...@gmail.com>
AuthorDate: Sat Jan 21 17:16:47 2023 +0800

    Minor: Remove invalid comments (#5012)
---
 datafusion/sql/src/select.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/datafusion/sql/src/select.rs b/datafusion/sql/src/select.rs
index f23d78932..96d9be870 100644
--- a/datafusion/sql/src/select.rs
+++ b/datafusion/sql/src/select.rs
@@ -231,8 +231,6 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
         }
     }
 
-    /// Generate a logic plan from selection clause, the function contain optimization for cross join to inner join
-    /// Related PR: <https://github.com/apache/arrow-datafusion/pull/1566>
     fn plan_selection(
         &self,
         selection: Option<SQLExpr>,