apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
217 stars 46 forks source link

[Spark] Replace Spark Info implementation with JAVA package(initialization) #401

Closed Thespica closed 6 months ago

Thespica commented 6 months ago

Proposed changes

This PR is still working in progress, and need some discussion about implementation.

Besides, should make scala library align, with another PR(this PR does not include this work).

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

Related issue #276 Related discussion #379

SemyonSinchenko commented 6 months ago

spark-graphar module contains also some scala stuff, like Utils, Write/Read, etc. Maybe let's put the new API into a separate sub-module? Like graphar-info?

acezen commented 6 months ago

spark-graphar module contains also some scala stuff, like Utils, Write/Read, etc. Maybe let's put the new API into a separate sub-module? Like graphar-info?

I'm not sure what's left in spark-graphar if we separating the Write/Read to a sub-module? We can open a discussion to discuss the detail of the proposal.