jorgecarleitao commented on a change in pull request #7967:
URL: https://github.com/apache/arrow/pull/7967#discussion_r475266854



##########
File path: rust/datafusion/src/execution/physical_plan/math_expressions.rs
##########
@@ -103,56 +103,3 @@ pub fn scalar_functions() -> Vec<ScalarFunction> {
         math_unary_function!("log10", log10),
     ]
 }
-
-#[cfg(test)]
-mod tests {
-    use super::*;
-    use crate::error::Result;
-    use crate::{
-        execution::context::ExecutionContext,
-        logicalplan::{col, sqrt, LogicalPlanBuilder},
-    };
-    use arrow::datatypes::{Field, Schema};
-
-    #[test]
-    fn cast_i8_input() -> Result<()> {

Review comment:
       These tests were moved to another place




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to