Skip to content

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Oct 22, 2024

This skips the test for reversing grapheme clusters if the node doesn't support reversing grapheme clusters. Nodes that are using a jdk before 20 won't support reversing grapheme clusters because they don't have https://bugs.openjdk.org/browse/JDK-8292387

This reworks EsqlCapabilities so we can easilly register it only if we're on jdk 20:

FN_REVERSE_GRAPHEME_CLUSTERS(Runtime.version().feature() < 20),

Closes #114537
Closes #114535
Closes #114536
Closes #114558
Closes #114559
Closes #114560

This skips the test for reversing grapheme clusters if the node doesn't
support reversing grapheme clusters. Nodes that are using a jdk before
20 won't support reversing grapheme clusters because they don't have
https://bugs.openjdk.org/browse/JDK-8292387

This reworks `EsqlCapabilities` so we can easilly register it only if
we're on jdk 20:
```
FN_REVERSE_GRAPHEME_CLUSTERS(Runtime.version().feature() < 20),
```

Closes elastic#114537
Closes elastic#114535
Closes elastic#114536
Closes elastic#114558
Closes elastic#114559
Closes elastic#114560
Copy link
Contributor

Documentation preview:

@nik9000 nik9000 merged commit 8a6fbaa into elastic:8.16 Oct 22, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant