Skip to content

Commit e013501

Browse files
authored
Remove accidentally committed test from other PR
1 parent 6da06d7 commit e013501

File tree

1 file changed

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

1 file changed

+0
-17
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -789,23 +789,6 @@ dsjbDWegyVkg:boolean | name:integer | nhIWDevxEtU:null | iPIbTFddDK:integer
789789
false | 1 | null | 1 | 1
790790
;
791791

792-
evalAfterGroupingUsingSameName6
793-
required_capability: fix_alias_id_when_drop_all_aggregates
794-
from employees
795-
| stats sum=sum(salary) by last_name, year = bucket(birth_date, 1 year)
796-
| DROP sum
797-
| DROP last_name
798-
| eval year = 12
799-
| LIMIT 4
800-
;
801-
802-
year:integer
803-
12
804-
12
805-
12
806-
12
807-
;
808-
809792
// Bugfixes for ReplaceAliasingEvalWithProject not accounting for shadowing
810793
chainOfAliases
811794
required_capability: fix_replace_aliasing_eval_with_project_shadowing

0 commit comments

Comments
 (0)