-
Notifications
You must be signed in to change notification settings - Fork 24.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] EsqlActionIT testProjectRename failing #100365
Labels
:Analytics/ES|QL
AKA ESQL
Team:QL (Deprecated)
Meta label for query languages team
>test-failure
Triaged test failures from CI
Comments
costin
added
:Analytics/ES|QL
AKA ESQL
>test-failure
Triaged test failures from CI
labels
Oct 5, 2023
elasticsearchmachine
added
the
Team:QL (Deprecated)
Meta label for query languages team
label
Oct 5, 2023
Pinging @elastic/es-ql (Team:QL) |
Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL) |
costin
added a commit
that referenced
this issue
Oct 5, 2023
costin
added a commit
to costin/elasticsearch
that referenced
this issue
Oct 5, 2023
Relates elastic#100365 (cherry picked from commit 0ef4da2)
costin
added a commit
to costin/elasticsearch
that referenced
this issue
Oct 5, 2023
Page now takes into account that a block can be used in multiple positions (such as the same column aliased under multiple names). Relates elastic#100001 Fix elastic#100365 Fix elastic#100356
elasticsearchmachine
pushed a commit
that referenced
this issue
Oct 5, 2023
* ESQL: Remove aliasing inside Eval (#100238) Evals that introduce aliased can be simplified by extracting them into a project (and thus signaling there's no underlying processing). The following eval: eval x = a + 1, y = x, z = y + 1, y = z, w = y + 1 can be converted into: eval x = a + 1, z = a + 1 + 1, w = a + 1 + 1 | project x, z, z as y, w Fix #100174 Fix #100050 * Incorporate #100357 * Temporarily disable failing test Relates #100365 (cherry picked from commit 0ef4da2) * ESQL: Temporarily disable huge concat tests (#100352) We're working on these and we have a plan! (cherry picked from commit acca114) --------- Co-authored-by: Nik Everett <nik9000@gmail.com>
costin
added a commit
to costin/elasticsearch
that referenced
this issue
Oct 6, 2023
Page now takes into account that a block can be used in multiple positions (such as the same column aliased under multiple names). Introduce newPageAndRelease method that handles clean-up of blocks that are not-used when creating a new page Relates elastic#100001 Fix elastic#100365 Fix elastic#100356 (cherry picked from commit 44068cb)
elasticsearchmachine
pushed a commit
that referenced
this issue
Oct 6, 2023
* ESQL: Page shouldn't close a block twice (#100370) Page now takes into account that a block can be used in multiple positions (such as the same column aliased under multiple names). Introduce newPageAndRelease method that handles clean-up of blocks that are not-used when creating a new page Relates #100001 Fix #100365 Fix #100356 (cherry picked from commit 44068cb) * Fix order inside test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Analytics/ES|QL
AKA ESQL
Team:QL (Deprecated)
Meta label for query languages team
>test-failure
Triaged test failures from CI
Build scan:
https://gradle-enterprise.elastic.co/s/la7gp5c6fapkq/tests/:x-pack:plugin:esql:internalClusterTest/org.elasticsearch.xpack.esql.action.EsqlActionIT/testProjectRename
Reproduction line:
Applicable branches:
main
Reproduces locally?:
Didn't try
Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.esql.action.EsqlActionIT&tests.test=testProjectRename
Failure excerpt:
The text was updated successfully, but these errors were encountered: