Skip to content

ESQL: Disable quoting in FROM command (#108431)#108443

Merged
elasticsearchmachine merged 1 commit intoelastic:8.14from
costin:backport/108431
May 9, 2024
Merged

ESQL: Disable quoting in FROM command (#108431)#108443
elasticsearchmachine merged 1 commit intoelastic:8.14from
costin:backport/108431

Conversation

@costin
Copy link
Copy Markdown
Member

@costin costin commented May 9, 2024

Disable location quoting in FROM command before 8.14 release to allow
more time to discuss options

(cherry picked from commit e56ed71)

Backport #108431

Disable location quoting in FROM command before 8.14 release to allow
 more time to discuss options

(cherry picked from commit e56ed71)
@costin costin added >bug backport :Analytics/ES|QL AKA ESQL ES|QL-ui Impacts ES|QL UI v8.14.1 auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) labels May 9, 2024
@elasticsearchmachine elasticsearchmachine merged commit 554974d into elastic:8.14 May 9, 2024
@costin costin deleted the backport/108431 branch May 9, 2024 01:27
assertIdentifierAsIndexPattern("foo", "from `foo`");
assertIdentifierAsIndexPattern("foo,test-*", "from `foo`,`test-*`");
// assertIdentifierAsIndexPattern("foo", "from `foo`");
// assertIdentifierAsIndexPattern("foo,test-*", "from `foo`,`test-*`");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a bit awkward to have assertions that are commented out, is this a leftover?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug ES|QL-ui Impacts ES|QL UI v8.14.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants