The GitHub Actions job "Fory CI" on fory.git/fix-list-interface has succeeded.
Run started by GitHub user stevenschlansker (triggered by stevenschlansker).

Head commit for run:
72a60afa7db0f5ae349a4d4662595256a056f156 / Steven Schlansker 
<[email protected]>
fix(java): row encoder array element serializer created too late

buildEncodeExpression is supposed to set up bean serializers so
buildDecodeExpression can fetch them later. but, if your bean is only in a List,
the array serializer uses a ForEach that defers finding the serializer until the
encode expression is gen'ed, causing
`java.lang.IllegalStateException: beanEncoder should have be added in 
serializeForBean()`

Report URL: https://github.com/apache/fory/actions/runs/15569558212

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to