Skip to content

Commit

Permalink
revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Mar 10, 2024
1 parent b6a470f commit 3dbafa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/functions.slt
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ CREATE TABLE test(
(3, 30);

# Scalar function
statement error Invalid function 'arrowtypeof'
statement error Did you mean 'arrow_typeof'?
SELECT arrowtypeof(v1) from test;

# Scalar function
Expand Down

0 comments on commit 3dbafa7

Please sign in to comment.