Skip to content

Commit

Permalink
Remove type assertion for new function merged back to 8.x already
Browse files Browse the repository at this point in the history
We pull this text from 8.x and run it on current builds in yamlRestCompatTest, so we need to disable this check here (and in 8.x)
  • Loading branch information
craigtaverner committed Oct 11, 2024
1 parent 64f6617 commit bd52b55
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,11 +402,7 @@ setup:
query: 'FROM test | SORT name | EVAL job_reversed = REVERSE(job), tag_reversed = REVERSE(tag) | KEEP job_reversed, tag_reversed'

- match: { columns.0.name: "job_reversed" }
- match: { columns.0.type: "text" }

- match: { columns.1.name: "tag_reversed" }
- match: { columns.1.type: "text" }

- length: { values: 2 }
- match: { values.0: [ "rotceriD TI", "rab oof" ] }
- match: { values.1: [ "tsilaicepS lloryaP", "zab" ] }
Expand Down

0 comments on commit bd52b55

Please sign in to comment.