ES|QL: Implement AllSupportedFieldsTestCase for TDigest and Histogram#139744
ES|QL: Implement AllSupportedFieldsTestCase for TDigest and Histogram#139744JonasKunz merged 3 commits intoelastic:mainfrom
Conversation
|
Hi @JonasKunz, I keep getting failures like on my PR with This PR looks related. Are you planning on merging this soon? Otherwise I'm going to open an issue and mute the test. |
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
|
@nielsbauman yeah the test was broken for I encountered this also a few days ago, in which case I just removed the |
|
Thanks @JonasKunz. I opened #139802 to mute the class for now, as I'd like a successful |
alex-spies
left a comment
There was a problem hiding this comment.
LGTM, thanks @JonasKunz !
| @@ -976,7 +1005,7 @@ private static boolean supportedInEnrich(DataType t) { | |||
| // https://github.com/elastic/elasticsearch/issues/127350 | |||
| case AGGREGATE_METRIC_DOUBLE, SCALED_FLOAT, | |||
| // https://github.com/elastic/elasticsearch/issues/139255 | |||
There was a problem hiding this comment.
I wonder if we need to update #139255. Left a comment there.
* upstream/main: (25 commits) Add spec for project routing CRUD REST API endpoints (elastic#139634) Implement AllSupportedFIeldsTestCase for TDigest (elastic#139744) Mute elastic#139802 (elastic#139803) fix(logsdb): batch bulk indexing to prevent OOM in challenge tests (elastic#139770) Documentation for semantic_text auto pre-filtering (elastic#139749) Always do bulk scoring for rescoring when possible (elastic#139777) Optimize script sorts that do not require query scores (elastic#139748) Bump versions after 9.1.9 release Update branches.json for 9.1.9 release Bump versions after 9.2.3 release Prune changelogs after 8.19.9 release Bump versions after 8.19.9 release Update branches.json for 8.19.9 release Finalize docs for v9.2.3 release (elastic#139795) ESQL: Added timezone support to date_format and date_parse (elastic#138517) Update branches.json for 9.2.3 release Finalize docs for v9.1.9 release (elastic#139796) Switch inline stats to GA in docs (elastic#139753) Validate license in CPS (elastic#139105) FIPS 140-3 support with BC FIPS 2.0.x (elastic#139319) ...
(cherry picked from commit 5176f2c)
Adds
TDigestto theAllSupportedFieldsTestCaseas a new type that has been added to both ES|QL and ES.The feature flag for both were lifted in #139607.
In addition fixes the
AllSupportedFieldsTestCaseforhistogram: That field existed prior to the release of ES|QL, but dedicated support for it was only added recently in #139703.