Skip to content

Commit

Permalink
test: hive spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyi committed Oct 12, 2023
1 parent 6a3cb88 commit 584346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parser/hive/suggestion/fixtures/syntaxSuggestion.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DROP VIEW db.v ;

CREATE FUNCTION fn1;

SELECT name, calculate_age(birthdate) AS age FROM students;
SELECT name, calculate_age(birthday) AS age FROM students;

CREATE DATABASE db;

Expand Down

0 comments on commit 584346f

Please sign in to comment.