Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Sep 27, 2023
1 parent 742d0c0 commit 1f4294d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ emp_no:integer |_index:keyword |_version:long
10002 |employees |1
;

aliasWithSameName
# AwaitsFix https://github.com/elastic/elasticsearch/issues/99826
aliasWithSameName-Ignore
from employees [metadata _index, _version] | sort emp_no | limit 2 | eval _index = _index, _version = _version | keep emp_no, _index, _version;

emp_no:integer |_index:keyword |_version:long
Expand Down

0 comments on commit 1f4294d

Please sign in to comment.