[GH] (incubator-fury): Workflow run "Fury CI" is working again!

2024-05-24 Thread GitBox


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:
ea774369b637136740abf0f05b177b7b29f3e000 / LiangliangSui 

feat: add a script to automatically generate doc

Signed-off-by: LiangliangSui 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



[PR] feat: add a script to automatically generate doc [incubator-fury]

2024-05-24 Thread via GitHub


LiangliangSui opened a new pull request, #1648:
URL: https://github.com/apache/incubator-fury/pull/1648

   
   
   ## What does this PR do?
   
   
   Add a script to automatically generate doc, Implement the first stage goals 
mentioned in https://github.com/apache/incubator-fury/issues/1647.
   
   ## Related issues
   
   
   https://github.com/apache/incubator-fury/issues/1647
   
   ## Does this PR introduce any user-facing change?
   
   
   
   - [ ] Does this PR introduce any public API change?
   - [ ] Does this PR introduce any binary protocol compatibility change?
   
   
   ## Benchmark
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



[I] [Doc] Use a script to update documentation when code is modified [incubator-fury]

2024-05-24 Thread via GitHub


LiangliangSui opened a new issue, #1647:
URL: https://github.com/apache/incubator-fury/issues/1647

   ## Is your feature request related to a problem? Please describe.
   Currently, when we add or modify configuration fields in 
[FuryBuilder](https://github.com/apache/incubator-fury/blob/main/java/fury-core/src/main/java/org/apache/fury/config/FuryBuilder.java),
 we need to manually update the table in 
[java_serialization_guide.md#furybuilder--options](https://github.com/apache/incubator-fury/blob/main/docs/guide/java_serialization_guide.md#furybuilder--options)
   
   ## Describe the solution you'd like
   Code a script to automatically update the content in 
`java_serialization_guide.md#furybuilder--options` when the content in 
`FuryBuilder` is modified.
   
   Divide the feature into three stages for implementation.
   1. Code a script to implement the above functions.
   2. Add comments to all configuration fields in `FuryBuilder` to provide 
`Description` for automatic generation.
   3. Configure CI and enable `FuryBuilder` configuration field detection in 
CI. When a configuration field is added or modified, if the doc is not updated, 
CI fails and prompts that the doc needs to be updated.
   
   ## Additional context
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



[GH] (incubator-fury): Workflow run "Fury CI" failed!

2024-05-24 Thread GitBox


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

Head commit for run:
2d9f3db3f2e32acd32b99c53280b320b24a16b08 / chaokunyang 
fix NonexistentClass deserialization

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



[GH] (incubator-fury): Workflow run "Fury CI" failed!

2024-05-24 Thread GitBox


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

Head commit for run:
1bb0979a901e263adf97ee2c463b770c72651e4e / chaokunyang 
support deserialize nonexistent class in meta-share mode

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



[PR] feat(java): support nonexistent class deserialization in meta share mode [incubator-fury]

2024-05-24 Thread via GitHub


chaokunyang opened a new pull request, #1646:
URL: https://github.com/apache/incubator-fury/pull/1646

   
   
   ## What does this PR do?
   
   support nonexistent class deserialization in meta share mode
   
   ## Related issues
   
   
   
   
   ## Does this PR introduce any user-facing change?
   
   
   
   - [ ] Does this PR introduce any public API change?
   - [ ] Does this PR introduce any binary protocol compatibility change?
   
   
   ## Benchmark
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org