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

Fix error message duplication #596

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Fix error message duplication #596

merged 1 commit into from
Jan 4, 2024

Conversation

atamakahere-git
Copy link
Contributor

Fixes #563

Description

Remove repetition of error message context
Though I was not able to reproduce the same error, but it is clear from error contexts that "Query execution failed due to" will be repeated.


This PR has:

  • been tested to ensure log ingestion and log query works.
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added documentation for new or modified features or behaviors.

Copy link
Contributor

github-actions bot commented Jan 3, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@atamakahere-git
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

nitisht added a commit to parseablehq/.github that referenced this pull request Jan 3, 2024
@nitisht nitisht merged commit 037a7c6 into parseablehq:main Jan 4, 2024
6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repetition in error message when there is an issue with SQL syntax
2 participants