elasticsearch
elasticsearch copied to clipboard
ESQL: CBRT function
- Added the cube root function to ESQL (
CBRT(x)
). Nearly identical to SQRT, but without the negative numbers exception - Added docs generation support for Windows end lines (CRLF), as within the examples, it was writing the "\r" without the "\n" (Which was being converted to "\n"), and some other inconsistencies
- Some updates to
package-info.java
documentation over how to create functions
Functions issue: https://github.com/elastic/elasticsearch/issues/98545
Hi @ivancea, I've created a changelog YAML for you.
Pinging @elastic/es-analytical-engine (Team:Analytics)
@elasticmachine update branch
Waiting for https://github.com/elastic/elasticsearch/issues/108675 to be fixed. After it, this PRs fix will be reverted
Looks good. Please double check that we are only skipping things that make sense in qa/single-node
. I don't think we will be, but eyes aren't computers.