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

Incomplete duration query sent #24

Open
davkal opened this issue Aug 12, 2020 · 3 comments
Open

Incomplete duration query sent #24

davkal opened this issue Aug 12, 2020 · 3 comments
Assignees
Labels
datasource/X-Ray priority/nice-to-have It's a good idea, but not scheduled for any release type/bug Something isn't working

Comments

@davkal
Copy link

davkal commented Aug 12, 2020

  1. x-ray datasource in Explore
  2. try writing queries like duration < 2 and delete and add the duration number again and again. Sometimes it triggers an error when the query is run with Shift+Enter:
InvalidRequestException: Error Location: line 1, position 12 : Invalid input symbol: 'duration < '

the query inspector shows that the query is sent incomplete: query:"duration < "

@davkal davkal added the type/bug Something isn't working label Aug 12, 2020
@zoltanbedi
Copy link
Member

zoltanbedi commented May 11, 2021

I could reproduce this so this is still an issue in 1.3.3.

@aocenas
Copy link
Member

aocenas commented May 26, 2021

We should check how and when we run onChange handler if we do any debouncing this could happen. Maybe we could wait for the debounce to end before running the query. Also probably happens on more datasources as we use debouncing to prevent perf issues.

@ShazotiHashimoto
Copy link

Any workaround for this? I am seeing the same InvalidRequest on char 1 line 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasource/X-Ray priority/nice-to-have It's a good idea, but not scheduled for any release type/bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

7 participants