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

[prism] ViewTest.testSideInputWithNestedIterables - user coder errors #32932

Open
Tracked by #29650
lostluck opened this issue Oct 24, 2024 · 0 comments
Open
Tracked by #29650

[prism] ViewTest.testSideInputWithNestedIterables - user coder errors #32932

lostluck opened this issue Oct 24, 2024 · 0 comments

Comments

@lostluck
Copy link
Contributor

lostluck commented Oct 24, 2024

Prism isn't handling Java's side input views properly.

java.lang.IllegalArgumentException: PCollection with more than one element accessed as a singleton view.
Consider using Combine.globally().asSingleton() to combine the PCollection into a single value

org.apache.beam.sdk.transforms.ViewTest.testDiscardingNonSingletonSideInput

java.util.NoSuchElementException: Empty PCollection accessed as a singleton view.

org.apache.beam.sdk.transforms.ViewTest.testDiscardingNonSingletonSideInput

java.lang.IllegalArgumentException: Duplicate values for a

org.apache.beam.sdk.transforms.ViewTest.testMapSideInputWithNullValuesCatchesDuplicates

java.lang.IllegalArgumentException: PCollection with more than one element accessed as a singleton view....

org.apache.beam.sdk.transforms.ViewTest.testNonSingletonSideInput

java.util.NoSuchElementException: Empty PCollection accessed as a singleton view.

org.apache.beam.sdk.transforms.ViewTest.testEmptySingletonSideInput

Prism side encoding error.
java.lang.IllegalStateException: java.io.EOFException
org.apache.beam.sdk.transforms.ViewTest.testSideInputWithNestedIterables

@lostluck lostluck changed the title ViewTest.testSideInputWithNestedIterables - user coder error [prism] ViewTest.testSideInputWithNestedIterables - user coder errors Oct 24, 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

No branches or pull requests

1 participant