Bogdan Pintea

Results 12 issues of Bogdan Pintea

First, thanks for the extension, great stuff! Then, to the point: I was wondering if there's any technical limitation preventing this extension to work in incognito mode? If so, "what...

The library does not correctly consider the length when parsing the input string. If the string is not a NTS, the library will read past the indicated limit. If the...

The function tries to match decoded JSON objects to the given keys received as arguments and store the corresponding objects back into the out parameters. The bug stems from the...

In case of a NULL hf parameter, UJDecode will allocate an initial heap (initialHeap) and start deref'ing it with no check of allocation result.

This adds a sort to a test to make the results reliable.

>test
Team:Analytics
auto-merge
auto-backport-and-merge
:Analytics/ES|QL
v8.14.1
v8.15.0

This adds some clarifications on the time unit strings the function takes as arguments, noting the differences between these and the time span literals, as well as the abbreviations' source.

>docs
Team:Docs
Team:Analytics
auto-backport-and-merge
:Analytics/ES|QL
v8.14.1
v8.15.0

This adds `nanosecond`, `microsecond` and `quarter` to the set of supported time spans. It also adds a few standard and common abbreviations to some existing ones.

>enhancement
Team:Analytics
:Analytics/ES|QL
v8.15.0

This remove the `OPTIONS` clause of the `FROM` command. (cherry picked from commit 3b21ec88180e0d1597c3fe84e956634cbad37681)

>docs
backport
:Analytics/ES|QL
ES|QL-ui
v8.14.0
v8.14.1

### Description Some tests expecting a floating point result can fail on equality matching. We should either include in the query a rounding call for them all, or fix the...

>bug
>test
Team:Analytics
:Analytics/ES|QL

This removes SQL's use of `org.elasticsearch.Version` class. This has been replaced with two other classes: * `TransportVersion`, where local and subsequent use relies on a certain stack release; * `SqlVersion`...

>refactoring
:Analytics/SQL
test-update-serverless
v8.16.0