Skip to content

Commit 9005c78

Browse files
committed
Fix typo
1 parent f76f5ec commit 9005c78

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/qa/testFixtures/src/main/resources

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/date.csv-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ set time_zone="+07:00"\;
10911091
from employees
10921092
| sort hire_date
10931093
| eval hour = date_extract("hour_of_day", hire_date)
1094-
| keep emp_no, hire_date, dat
1094+
| keep emp_no, hire_date, hour
10951095
| limit 2;
10961096

10971097
emp_no:integer | hire_date:date | hour:long

0 commit comments

Comments
 (0)