Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
// Awaiting fixes
"Unknown column \\[<all-fields-projected>\\]", // https://github.com/elastic/elasticsearch/issues/121741,
"Plan \\[ProjectExec\\[\\[<no-fields>.* optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/125866
"only supports KEYWORD or TEXT values, found expression", // https://github.com/elastic/elasticsearch/issues/126017
"token recognition error at: '``", // https://github.com/elastic/elasticsearch/issues/125870
"Unknown column \\[.*\\]", // https://github.com/elastic/elasticsearch/issues/126026
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/116781
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1628,3 +1628,25 @@ French
Spanish
German
;


pruningJoinResult
required_capability: join_lookup_v12
required_capability: fix_join_masking_eval
from sample_data
| eval type = 1000
| lookup join message_types_lookup on message
| grok type "%{WORD:foo}"
| keep event_duration
;

ignoreOrder: true
event_duration:long
1756467
5033755
8268153
725448
1232382
2764889
3450233
;