(incubator-fury) branch main updated: feat(java): scoped meta share mode for type forward/backward compaibility (#1660)

2024-05-29 Thread chaokunyang
This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-fury.git The following commit(s) were added to refs/heads/main by this push: new a0a6d7b7 feat(java): scoped meta share

Re: [PR] feat(java): scoped meta share mode for type forward/backward compaibility [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang commented on PR #1660: URL: https://github.com/apache/incubator-fury/pull/1660#issuecomment-2138763606 Struct perf: ``` Before: fury_deserializearraySTRUCT false thrpt 10 4103952.355 ± 461542.704 ops/s fury_deserialize_compatib

Re: [PR] feat(java): scoped meta share mode for type forward/backward compaibility [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang merged PR #1660: URL: https://github.com/apache/incubator-fury/pull/1660 -- 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...

Re: [PR] feat(java): scoped meta share mode for type forward/backward compaibility [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang commented on PR #1660: URL: https://github.com/apache/incubator-fury/pull/1660#issuecomment-2138761020 > encodeClassDef Would you like to submit a PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] feat(java): scoped meta share mode for type forward/backward compaibility [incubator-fury]

2024-05-29 Thread via GitHub
MrChang0 commented on PR #1660: URL: https://github.com/apache/incubator-fury/pull/1660#issuecomment-2138758064 It fine for me, I will try to experiment this feature. btw, how about increase that init buffer size in `org.apache.fury.meta.ClassDefEncoder#encodeClassDef`. take less growth o

Re: [PR] feat(java): Implement classId related logic [incubator-fury]

2024-05-29 Thread via GitHub
LiangliangSui commented on PR #1661: URL: https://github.com/apache/incubator-fury/pull/1661#issuecomment-2138649835 Hi @chaokunyang , could you help me check if there is any problem with the implementation logic? If there is no problem, I will handle CI related errors. -- This is an auto

[PR] feat(java): Implement classId related logic [incubator-fury]

2024-05-29 Thread via GitHub
LiangliangSui opened a new pull request, #1661: URL: https://github.com/apache/incubator-fury/pull/1661 ## What does this PR do? Implementing xlang_spec typeId. ## Related issues https://github.com/apache/incubator-fury/pull/1413 ## Does this PR int

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

2024-05-29 Thread GitBox
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: 651461f6928c2fce1e41e585f1dc9a65ab0275d6 / chaokunyang fix ext meta Report URL: https://github.com/apache/incubator-fury/actions/runs/92

Re: [PR] [Community] add fury release documentation [incubator-fury-site]

2024-05-29 Thread via GitHub
chaokunyang merged PR #109: URL: https://github.com/apache/incubator-fury-site/pull/109 -- 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

(incubator-fury-site) branch main updated: [Community] add fury release documentation (#109)

2024-05-29 Thread chaokunyang
This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-fury-site.git The following commit(s) were added to refs/heads/main by this push: new d7dcd04 [Community] add fury rele

Re: [PR] perf(java): Lower the threshold for multi-byte reading [incubator-fury]

2024-05-29 Thread via GitHub
LiangliangSui closed pull request #1650: perf(java): Lower the threshold for multi-byte reading URL: https://github.com/apache/incubator-fury/pull/1650 -- 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 t

Re: [PR] perf(java): Lower the threshold for multi-byte reading [incubator-fury]

2024-05-29 Thread via GitHub
LiangliangSui commented on code in PR #1650: URL: https://github.com/apache/incubator-fury/pull/1650#discussion_r1619718644 ## java/fury-core/src/main/java/org/apache/fury/memory/MemoryBuffer.java: ## @@ -1774,7 +1774,7 @@ private long readVarUint36Slow() { /** Reads the 1-5

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

2024-05-29 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: 0f8dedb8347cc226b2faeda9867c099c6a21faa2 / chaokunyang lint code Report URL: https://github.com/apache/incubator-fury/actions/runs/92907415

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

2024-05-29 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: 44eeb129b4c1a4db954a7f0cdcc960bf277fdae7 / chaokunyang fix SerializationContextTest.java Report URL: https://github.com/apache/incubator-fu

Re: [I] [Java] Meta compression [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang closed issue #203: [Java] Meta compression URL: https://github.com/apache/incubator-fury/issues/203 -- 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,

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

2024-05-29 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: 3a156b4ced5fc5beac194aa8475f86db4d6f21d3 / chaokunyang fix enum morphic Report URL: https://github.com/apache/incubator-fury/actions/runs/9

Re: [PR] feat(java): scoped meta share mode for type forward/backward compaibility [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang commented on PR #1660: URL: https://github.com/apache/incubator-fury/pull/1660#issuecomment-2137673589 Hi @MrChang0, this PR should make the meta share mode replace kv compatible mode for better performance and smaller space cost -- This is an automated message from the Apache

[PR] feat(java): scoped meta share mode for type forward/backward compaibility [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang opened a new pull request, #1660: URL: https://github.com/apache/incubator-fury/pull/1660 ## What does this PR do? This PR implements scoped meta share mode for type forward/backward compaibility ## Related issues #202 ## Does this PR intr

Re: [PR] perf(java): Lower the threshold for multi-byte reading [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang commented on code in PR #1650: URL: https://github.com/apache/incubator-fury/pull/1650#discussion_r1618894452 ## java/fury-core/src/main/java/org/apache/fury/memory/MemoryBuffer.java: ## @@ -1774,7 +1774,7 @@ private long readVarUint36Slow() { /** Reads the 1-5 by

Re: [PR] perf(java): Lower the threshold for multi-byte reading [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang commented on code in PR #1650: URL: https://github.com/apache/incubator-fury/pull/1650#discussion_r1618894899 ## java/fury-core/src/main/java/org/apache/fury/memory/MemoryBuffer.java: ## @@ -1774,7 +1774,7 @@ private long readVarUint36Slow() { /** Reads the 1-5 by

Re: [I] Fury 0.5.1 Deserialize Error [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang commented on issue #1656: URL: https://github.com/apache/incubator-fury/issues/1656#issuecomment-2137422321 It fails at : ![image](https://github.com/apache/incubator-fury/assets/12445254/94fff95e-649b-4f52-9ae8-7f93bbba1537) The serialization and deserialization has d

Re: [PR] perf(java): Lower the threshold for multi-byte reading [incubator-fury]

2024-05-29 Thread via GitHub
LiangliangSui commented on code in PR #1650: URL: https://github.com/apache/incubator-fury/pull/1650#discussion_r1618881357 ## java/fury-core/src/main/java/org/apache/fury/memory/MemoryBuffer.java: ## @@ -1774,7 +1774,7 @@ private long readVarUint36Slow() { /** Reads the 1-5

(incubator-fury) branch main updated: fix(java): fix scala object type codegen (#1659)

2024-05-29 Thread chaokunyang
This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-fury.git The following commit(s) were added to refs/heads/main by this push: new 3f5cf314 fix(java): fix scala object ty

Re: [I] Scala object type field serialization failure [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang closed issue #1658: Scala object type field serialization failure URL: https://github.com/apache/incubator-fury/issues/1658 -- 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 co

Re: [PR] fix(java): fix scala object type codegen [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang merged PR #1659: URL: https://github.com/apache/incubator-fury/pull/1659 -- 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...

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

2024-05-29 Thread GitBox
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: 33e2697ab33086a71f126631bee4fea09b99b4bc / chaokunyang add header Report URL: https://github.com/apache/incubator-fury/actions/runs/9286

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

2024-05-29 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: a6e2902962359d3d577749e9db672008955aed3d / chaokunyang fix scala object type codegen Report URL: https://github.com/apache/incubator-fury/a

Re: [PR] perf(java): Lower the threshold for multi-byte reading [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang commented on code in PR #1650: URL: https://github.com/apache/incubator-fury/pull/1650#discussion_r1618852855 ## java/fury-core/src/main/java/org/apache/fury/memory/MemoryBuffer.java: ## @@ -1774,7 +1774,7 @@ private long readVarUint36Slow() { /** Reads the 1-5 by

[PR] fix(java): fix scala object type codegen [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang opened a new pull request, #1659: URL: https://github.com/apache/incubator-fury/pull/1659 ## What does this PR do? fix scala object type codegen ## Related issues Closes #1658 ## Does this PR introduce any user-facing change? - [ ] Do

[I] Scala object type field serialization failure [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang opened a new issue, #1658: URL: https://github.com/apache/incubator-fury/issues/1658 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-fury/issues) and found no similar issues. ### Version 0.5.1 ###

Re: [PR] perf(java): Lower the threshold for multi-byte reading [incubator-fury]

2024-05-29 Thread via GitHub
LiangliangSui commented on code in PR #1650: URL: https://github.com/apache/incubator-fury/pull/1650#discussion_r1618808382 ## java/fury-core/src/main/java/org/apache/fury/memory/MemoryBuffer.java: ## @@ -1774,7 +1774,7 @@ private long readVarUint36Slow() { /** Reads the 1-5

Re: [PR] perf(java): Lower the threshold for multi-byte reading [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang commented on code in PR #1650: URL: https://github.com/apache/incubator-fury/pull/1650#discussion_r1618614116 ## java/fury-core/src/main/java/org/apache/fury/memory/MemoryBuffer.java: ## @@ -1774,7 +1774,7 @@ private long readVarUint36Slow() { /** Reads the 1-5 by

Re: [PR] perf(java): Lower the threshold for multi-byte reading [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang commented on code in PR #1650: URL: https://github.com/apache/incubator-fury/pull/1650#discussion_r1618613469 ## java/fury-core/src/main/java/org/apache/fury/memory/MemoryBuffer.java: ## @@ -1774,7 +1774,7 @@ private long readVarUint36Slow() { /** Reads the 1-5 by

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

2024-05-29 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: 3e996ffd15f1fb2cd2cbc190404e590b96becceb / wangjie chore(doc): fix example (#1657) ## What does this PR do? fix example code error.

(incubator-fury) branch main updated: chore(doc): fix example (#1657)

2024-05-29 Thread suiliangliang
This is an automated email from the ASF dual-hosted git repository. suiliangliang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-fury.git The following commit(s) were added to refs/heads/main by this push: new 3e996ffd chore(doc): fix example (#16

Re: [PR] chore(doc): fix example [incubator-fury]

2024-05-29 Thread via GitHub
LiangliangSui merged PR #1657: URL: https://github.com/apache/incubator-fury/pull/1657 -- 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.

Re: [PR] chore(doc): fix example [incubator-fury]

2024-05-29 Thread via GitHub
wangjie-fourth commented on PR #1657: URL: https://github.com/apache/incubator-fury/pull/1657#issuecomment-2136964227 @chaokunyang hi, can you help review this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

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

2024-05-29 Thread GitBox
The GitHub Actions job "Lint PR" on incubator-fury.git has succeeded. Run started by GitHub user wangjie-fourth (triggered by wangjie-fourth). Head commit for run: a69b9dd58df88476b8a92f524df1b3d9528ee1f1 / jwang55 chore(doc): fix example Report URL: https://github.com/apache/incubator-fury/ac

[PR] chore(doc): fix example [incubator-fury]

2024-05-29 Thread via GitHub
wangjie-fourth opened a new pull request, #1657: URL: https://github.com/apache/incubator-fury/pull/1657 ## What does this PR do? fix example code error. ![image](https://github.com/apache/incubator-fury/assets/46479343/eafd5068-7aa0-4cde-af31-ef23b4fc9f55) ## Related is

Re: [PR] [Community] add fury release documentation [incubator-fury-site]

2024-05-29 Thread via GitHub
chaokunyang commented on PR #109: URL: https://github.com/apache/incubator-fury-site/pull/109#issuecomment-2136888451 Hi, with two versions released, I think this PR is ready for review -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [I] [Java] optimize MemoryBuffer.unsafeWritePositiveVarLong bytecode size [incubator-fury]

2024-05-29 Thread via GitHub
chaokunyang closed issue #1465: [Java] optimize MemoryBuffer.unsafeWritePositiveVarLong bytecode size URL: https://github.com/apache/incubator-fury/issues/1465 -- 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