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

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

commit 182e1da7e84c448132b4cb377b4b22ca2aa310ed
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Mar 15 06:26:01 2024 -0400

    fix test
---
 datafusion/sqllogictest/test_files/arrow_typeof.slt | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/datafusion/sqllogictest/test_files/arrow_typeof.slt 
b/datafusion/sqllogictest/test_files/arrow_typeof.slt
index eebc1e8e15..3e8694f3b2 100644
--- a/datafusion/sqllogictest/test_files/arrow_typeof.slt
+++ b/datafusion/sqllogictest/test_files/arrow_typeof.slt
@@ -92,12 +92,8 @@ SELECT arrow_cast('1', 'Int16')
 1
 
 # Basic error test
-query error
+query error DataFusion error: Error during planning: No function matches the 
given name and argument types 'arrow_cast\(Utf8\)'. You might need to add 
explicit type casts.
 SELECT arrow_cast('1')
-----
-DataFusion error: Error during planning: No function matches the given name 
and argument types 'arrow_cast(Utf8)'. You might need to add explicit type 
casts.
-       Candidate functions:
-       arrow_cast(Any, Any)
 
 
 query error DataFusion error: Error during planning: arrow_cast requires its 
second argument to be a constant string, got Literal\(Int64\(43\)\)

Reply via email to