Michael-J-Ward commented on code in PR #691:
URL: https://github.com/apache/datafusion-python/pull/691#discussion_r1599170243


##########
src/expr.rs:
##########
@@ -558,41 +553,9 @@ impl PyExpr {
             }
         })
     }
-
-    pub fn column_name(&self, plan: PyLogicalPlan) -> PyResult<String> {
-        self._column_name(&plan.plan()).map_err(py_runtime_err)
-    }
 }
 
 impl PyExpr {

Review Comment:
   @jdye64 - I had removed the method because it relied on `DFField` which was 
removed in `datafusion`.
   
   The last commit attempts to re-implement the method using arrow's `Field`. 
   
   I'd still much appreciate any feedback / context!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to