The GitHub Actions job "Fory CI" on fory.git/xlang_ref_tracking has failed.
Run started by GitHub user chaokunyang (triggered by chaokunyang).

Head commit for run:
70289c24efdfde2404ad82599f2ae246de7bb89c / chaokunyang <[email protected]>
fix(python): convert snake_case field names back to camelCase for xlang

Java's TypeDefEncoder converts camelCase field names (e.g., newObject) to
snake_case (e.g., new_object) when encoding for cross-language compatibility.
This commit adds the reverse conversion in Python's TypeDefDecoder to properly
match field names with the registered Python class.

Added snake_to_camel() function that converts snake_case strings back to
camelCase (e.g., new_object -> newObject, old_object -> oldObject).

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

With regards,
GitHub Actions via GitBox


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

Reply via email to