Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3006833535 GraphAr provides a pre-configured dev container https://github.com/apache/incubator-graphar/blob/main/.devcontainer/devcontainer.json -- This is an automated message from

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3006829964 In my opinion, only `maven-projects/java` cannot run on windows, and cannot run on arm cpu -- This is an automated message from the Apache Git Service. To respond to the m

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
unical1988 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3006819607 @yangxk1 ok thx for 2. Regarding 1. Does it mean Graphar does not run on Windows? -- This is an automated message from the Apache Git Service. To respond to the message

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3006814293 1. I recommend using Linux system, as I think FastFFI lacks proper Windows support and there may be other bugs on Windows. 2. I suggest contributing to `maven-projects/inf

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
unical1988 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3006778945 @yangxk1 Hello i am trying to deploy GraphAr maven-projects/java into my local Windows machine I run into the following error : Could not resolve dependencies for pro

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3006774472 @unical1988 Hi, Please use java >= 11 and maven >= 3.8.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3005167250 @Thespica might know what the next steps are. In my opinion, all the functionality in the C++ core should be implemented in java-info. -- This is an automated

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
unical1988 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3005308465 OK, I will do a PR on those, can I you tell me what are the maven and java best version to use for the latest graphAr version? -- This is an automated message from the

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3005301715 Yes! And for example, Parquet/csv file read/write and property filtering. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
unical1988 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3005180136 @yangxk1 are you referring to those implemented in cpp/src/graphar/, for example the version parser? could you name few others? -- This is an automated message from the

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3004379160 Does "java" refer to the project under `maven-projects/java/`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
unical1988 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3004818579 Are there graph properties or operations yet to inplement? Let me know. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
unical1988 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3004461950 Ok, shall we sync about that? How to start? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3004397564 This project under `maven-projects/java/` is implemented using `FastFFI`, which tightly couples it with C++ and makes it hard to maintain. You can take a look at the discuss

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
unical1988 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3004381393 Yes -- 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.

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
unical1988 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3004369727 So then i will start a pr for the its java version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3004347806 > Is it supported in java? Not yet, it’s only supported in C++. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-25 Thread via GitHub
unical1988 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3004323753 Is it supported in java? -- 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 t

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-24 Thread via GitHub
yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3002420104 Hi @unical1988 ! thanks for your interest in this issue! Multi-label support was proposed in #96. In short: a vertex/edge can have multiple labels. This feature has alread

Re: [I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-24 Thread via GitHub
unical1988 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3002140446 @yangxk1 can you say more about the feature, i am willing to take on this pr -- This is an automated message from the Apache Git Service. To respond to the message, plea

[I] feat(spark): Support multi-label in Spark [incubator-graphar]

2025-06-03 Thread via GitHub
yangxk1 opened a new issue, #699: URL: https://github.com/apache/incubator-graphar/issues/699 ### Describe the enhancement requested Multi-label is currently supported in C++, but not yet implemented in Spark. Can reference #650 #654 ### Component(s) Spark -- This