The GitHub Actions job "Fory CI" on fory.git/feat/java-union-type-support has failed. Run started by GitHub user zhan7236 (triggered by zhan7236).
Head commit for run: 8e8f200ab6ff8e8d5f15f4cd8e153d9642191ff0 / zhan7236 <[email protected]> feat(java): implement Union type support for cross-language serialization Add Union type support in Java for cross-language serialization compatibility. This implements: - Union class: A tagged union wrapper that can hold one of several alternative types - UnionSerializer: Handles serialization/deserialization of Union values - TypeId constants: UNION (38) and NONE (39) in Types.java - Registration in ClassResolver and XtypeResolver The implementation follows the xlang serialization format: - Variant index (varuint32) to identify the active alternative - Type info for the active alternative - Value data for the active alternative Closes #3030 Report URL: https://github.com/apache/fory/actions/runs/20333791613 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
