waynexia commented on code in PR #7996:
URL: https://github.com/apache/arrow-datafusion/pull/7996#discussion_r1377115894


##########
datafusion/physical-expr/src/expressions/column.rs:
##########
@@ -176,7 +176,7 @@ impl PhysicalExpr for UnKnownColumn {
 
     /// Evaluate the expression
     fn evaluate(&self, _batch: &RecordBatch) -> Result<ColumnarValue> {
-        plan_err!("UnKnownColumn::evaluate() should not be called")
+        exec_err!("UnKnownColumn::evaluate() should not be called")

Review Comment:
   Makes sense 👍 



##########
datafusion/physical-expr/src/expressions/column.rs:
##########
@@ -176,7 +176,7 @@ impl PhysicalExpr for UnKnownColumn {
 
     /// Evaluate the expression
     fn evaluate(&self, _batch: &RecordBatch) -> Result<ColumnarValue> {
-        plan_err!("UnKnownColumn::evaluate() should not be called")
+        exec_err!("UnKnownColumn::evaluate() should not be called")

Review Comment:
   Makes sense 👍 



-- 
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]

Reply via email to