The GitHub Actions job "Fury CI" on incubator-fury.git has succeeded.
Run started by GitHub user LiangliangSui (triggered by LiangliangSui).

Head commit for run:
9bbfdd7fce3fa5bdd51b6807fd4dfb0ef180c46e / LiangliangSui 
<[email protected]>
refactor(java): Optimize Class ID allocation.

1. `registeredClassIdCounter` is incremented every time `register(Class<?> cls, 
int classId)`
   is successfully called, so it can be used directly in `register(Class<?> 
cls)` without
   recalculation.

2. Delete `registeredId2Classes` and use `registeredId2ClassInfo` to
   achieve the corresponding function.

Signed-off-by: LiangliangSui <[email protected]>

Report URL: https://github.com/apache/incubator-fury/actions/runs/8278806291

With regards,
GitHub Actions via GitBox


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

Reply via email to