The GitHub Actions job "Publish Fory Java Snapshot" on fory.git/main has failed.
Run started by GitHub user chaokunyang (triggered by chaokunyang).

Head commit for run:
505a80a1a5045f8ab1204e6e3c4968ea19538b17 / Shawn Yang <[email protected]>
refactor(c++): use snake_case namestyle for c++ (#3240)

## Why?

Standardize the C++ codebase on snake_case naming to remove mixed naming
styles and keep the API consistent across C++/row/serialization layers.

## What does this PR do?

- Rename C++ methods/fields to snake_case across core serialization, row
format, and utilities.
- Update C++ benchmarks, examples, and docs to the new naming.
- Align the C++ generator and Cython/Python bindings with the new
snake_case API (e.g., var_uint helpers).

## Related issues

Closes #3225

## Does this PR introduce any user-facing change?

Yes. C++ API method names are now snake_case; docs/examples updated
accordingly.

- [x] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?

## Testing

- `bazel test $(bazel query //cpp/...)`
- `pytest -q -x` (with rebuilt Cython extension)
- `examples/cpp/hello_world/run_bazel.sh`

## Benchmark

- `benchmarks/cpp_benchmark/run.sh`

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

With regards,
GitHub Actions via GitBox


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

Reply via email to