Skip to content
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

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

Merged
merged 1 commit into from
May 9, 2024

Conversation

costin
Copy link
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 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
15 checks passed
@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
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 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.

None yet

3 participants