Skip to content

fix generate-input not using coder when a collection is passed#171

Merged
edporras merged 1 commit intodevelfrom
ep-fix-generate-input
Jun 4, 2025
Merged

fix generate-input not using coder when a collection is passed#171
edporras merged 1 commit intodevelfrom
ep-fix-generate-input

Conversation

@edporras
Copy link
Collaborator

@edporras edporras commented Jun 4, 2025

Resolves #170.

resolves java.lang.IllegalArgumentException in cases where the entries
used different underlying types (ex map with 8 keys vs map with 9 keys)
@edporras edporras changed the base branch from master to devel June 4, 2025 09:02
@edporras edporras changed the title fix generate-input not passing coder when a collection is passed fix generate-input not using coder when a collection is passed Jun 4, 2025
Copy link
Contributor

@kawas44 kawas44 left a comment

Choose a reason for hiding this comment

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

👍

@m-faucon
Copy link
Contributor

m-faucon commented Jun 4, 2025

👍

@edporras edporras merged commit de6c13d into devel Jun 4, 2025
1 check passed
@edporras edporras deleted the ep-fix-generate-input branch June 10, 2025 08:57
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.

generate-input throws java.lang.IllegalArgumentException when entries in a collection passed use differing underlying types

3 participants