elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

ESQL: CBRT function

Open ivancea opened this issue 9 months ago • 6 comments

  • 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

ivancea avatar May 13 '24 16:05 ivancea

Documentation preview:

github-actions[bot] avatar May 13 '24 16:05 github-actions[bot]

Hi @ivancea, I've created a changelog YAML for you.

elasticsearchmachine avatar May 13 '24 16:05 elasticsearchmachine

Pinging @elastic/es-analytical-engine (Team:Analytics)

elasticsearchmachine avatar May 13 '24 16:05 elasticsearchmachine

@elasticmachine update branch

ivancea avatar May 14 '24 12:05 ivancea

Waiting for https://github.com/elastic/elasticsearch/issues/108675 to be fixed. After it, this PRs fix will be reverted

ivancea avatar May 15 '24 12:05 ivancea

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.

nik9000 avatar May 15 '24 12:05 nik9000