这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@AlexanderBrandborg
Copy link
Contributor

What Changes Have Been Made?

  • Fixed a bug, where poll_until_done would return an empty result if the query job hadn't started up. Will now wait for an initial batch of data to be returned.

  • Fixed a bug, where only the first segment of results from a static query job will be returned. Now poll_until_done will return all segments.

  • Removed the poll_until_done method from live queries, as this doesn't make sense for live queries.

Why Have the Changes Been Made?
The changes have been introduced so users can be sure to get all their result data from their static queries.

How Do These Changes Impact the User?
Live queries using the poll_until_done method will have to be redone in the calling code.

@AlexanderBrandborg AlexanderBrandborg merged commit 75c54bd into master May 19, 2020
@AlexanderBrandborg AlexanderBrandborg deleted the fix-empty-initial-results-on-streaming-queries branch May 19, 2020 12:34
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.

2 participants