The GitHub Actions job "Fory CI" on fory.git/fix_scala3_generic_errors has succeeded. Run started by GitHub user chaokunyang (triggered by chaokunyang).
Head commit for run: baaf8faca5ea6db737dd4be3863fa8ace928c08b / chaokunyang <[email protected]> fix(java): handle TypeVariable in row format type inference When inferring field types for row format encoding, TypeVariable types (like K, V from Map<K, V>) were not handled, causing UnsupportedOperationException with message like "Unsupported type K". This can happen with Scala 3 LTS where generic type information may not be fully resolved in the bytecode. The fix resolves TypeVariable to its bound (e.g., K -> Object) before proceeding with type inference. Fixes https://github.com/apache/fory/issues/2439 Report URL: https://github.com/apache/fory/actions/runs/19796522520 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
