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

[Documentation] RunSpec stream clarification #435

Closed
codymikol opened this issue Jul 9, 2024 · 2 comments
Closed

[Documentation] RunSpec stream clarification #435

codymikol opened this issue Jul 9, 2024 · 2 comments
Assignees

Comments

@codymikol
Copy link
Contributor

Can the functionality of the stream function in RunSpec be clarified in the README?. I've written an implementation for kotlin that builds a table of results indexed by id and returns them in the stream function. My expectation was that in the final call to the results function, these would be concatenated and passed which does not seem to be the case.

@codymikol codymikol changed the title [Documentation] [Documentation] RunSpec stream clarification Jul 9, 2024
@rcarriga
Copy link
Collaborator

Hmm the results should be collected as a whole at the end. Are you not seeing that happen? If not, can you share what you're returning in the stream and what you expect at the end?

@codymikol
Copy link
Contributor Author

This was purely a pebcak error, after some percussive maintenance I was able to get it working 😄 . I'll try to contribute some docs in the near future that would have been helpful for me along the way.

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

No branches or pull requests

2 participants