Re: [PR] feat(java): type meta encoding for java [incubator-fury]
MrChang0 commented on PR #1556: URL: https://github.com/apache/incubator-fury/pull/1556#issuecomment-2089618654 > Hi @MrChang0, if you are using meta share mode, I believe your case can benefit from this PR too. I perfer think `COMPATIBLE + metaContext` is best way for me, it takes high performance, little data and we can add/delete fields(not like protosuff) btw, shared metaContext will take some trouble in RPC so I serialize metaContext every time. will this feature merge recently so that I can use it when after holiday. -- 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
[GH] (incubator-fury): Workflow run "Fury CI" is working again!
The GitHub Actions job "Fury CI" on incubator-fury.git has succeeded. Run started by GitHub user chaokunyang (triggered by chaokunyang). Head commit for run: 6b45fd1f6aeeb620b85da9734f1afc8ff5e4e7bc / chaokunyang lint code Report URL: https://github.com/apache/incubator-fury/actions/runs/8911256381 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!
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: 6b45fd1f6aeeb620b85da9734f1afc8ff5e4e7bc / chaokunyang lint code Report URL: https://github.com/apache/incubator-fury/actions/runs/8911256381 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
Re: [PR] feat(java): type meta encoding for java [incubator-fury]
chaokunyang commented on PR #1556: URL: https://github.com/apache/incubator-fury/pull/1556#issuecomment-2088623073 Hi @MrChang0, if you are using meta share mode, I believe your case can benefit from this PR too. -- 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
[GH] (incubator-fury): Workflow run "Fury CI" failed!
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: e5070cf99a612c8d0344919228a84557aed555d5 / chaokunyang add java doc Report URL: https://github.com/apache/incubator-fury/actions/runs/8911069229 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!
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: acfa1000ae23abc06f8a6762e427903bb7354728 / chaokunyang fix class def typename mutable conflict with desc cache Report URL: https://github.com/apache/incubator-fury/actions/runs/8911008480 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
Re: [PR] feat(java): support user context for serialize global data(#1595) [incubator-fury]
MrChang0 commented on PR #1596: URL: https://github.com/apache/incubator-fury/pull/1596#issuecomment-2088162868 > > maybe it could be. I use Fury for RPC and have a big trouble is fury option can't change when code is going on. if we have more > > flexible context so that Fury could transmit data like ' fury options'/'user data'. > > Could you share more details why you want to change fury options at runtime. It is designed to be immutable hoho, just image a scence for this feature. maybe the deserializer can deserialize any Fury data even options is different. for now I dont need it. I just need a user context to save custom data. -- 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