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: modified populate_via_listing function to push first prefix entr… #750

Closed
wants to merge 1 commit into from

Conversation

shahidnasimkhan
Copy link

…y while creating minute_resolve hashmap (#692)

Fixes #692

Description

modified populate_via_listing function to push first prefix entry while creating minute_resolve hashmap


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 Apr 9, 2024

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

@nitisht
Copy link
Member

nitisht commented Apr 9, 2024

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

@shahidnasimkhan can you add this comment here.

@shahidnasimkhan
Copy link
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 Apr 10, 2024
@nikhilsinhaparseable
Copy link
Contributor

@shahidnasimkhan can you please provide the steps to reproduce the issue?
is it like an edge case or a normal scenario?
I am able to get the results as expected.
Screenshot 2024-04-12 at 11 36 27 AM
Screenshot 2024-04-12 at 11 37 12 AM
Screenshot 2024-04-12 at 11 36 13 AM

@shahidnasimkhan
Copy link
Author

shahidnasimkhan commented Apr 13, 2024

Screenshot from 2024-04-13 11-25-32

@nikhilsinhaparseable its not a corner case following is my post request from postman

{
"query": "select p_timestamp from sam",
"startTime": "2024-04-05T07:19:00.000+00:00",
"endTime": "2024-04-05T07:20:00.000+00:00"
}

but it returns empty in response.
you can see the records in attached screenshot above

@nitisht
Copy link
Member

nitisht commented May 14, 2024

Closing this as not needed anymore.

@nitisht nitisht closed this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Incorrect Data Returned When Querying at 1-Minute Intervals
3 participants