We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description If a user typoes a timestamp or uses not supported timestamp format in earliest or latest, the error message is way too vague:
earliest
latest
java.lang.RuntimeException: TimeQualifier conversion error: <2021-01-08> can't be parsed.
A more descriptive error message would be more beneficial. All the user needs to know is:
It's easier and quicker to fix the query when the error message offers the correct format right in the UI.
The way to trigger the error message:
%dpl index=crud earliest=2021-01-08 latest=2021-01-09
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
If a user typoes a timestamp or uses not supported timestamp format in
earliest
orlatest
, the error message is way too vague:A more descriptive error message would be more beneficial. All the user needs to know is:
It's easier and quicker to fix the query when the error message offers the correct format right in the UI.
The way to trigger the error message:
The text was updated successfully, but these errors were encountered: