Skip to content

Tboileau/testmultioutput#1257

Draft
thboileau wants to merge 14 commits into
masterfrom
tboileau/testmultioutput
Draft

Tboileau/testmultioutput#1257
thboileau wants to merge 14 commits into
masterfrom
tboileau/testmultioutput

Conversation

@thboileau

Copy link
Copy Markdown
Contributor

Requirements

  • Any code change adding any logic MUST be tested through a unit test executed with the default build
  • Any API addition MUST be done with a documentation update if relevant

Why this PR is needed?

What does this PR adds (design/code thoughts)?

AI generated code

https://internal.qlik.dev/general/ways-of-working/code-reviews/#guidelines-for-ai-generated-code

  • [] this PR has been written with the help of GitHub Copilot or another generative AI tool

final BaseIOHandler.IO ref = connections.get(next.getOutputName());
final T value = next.getRec();

if (ref != null && value != null) {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the next value of the iterator is pushed in the queue of the right IO

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