apache / incubator-graphar

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

feat(java): Split java-info to a single module #470

Closed Thespica closed 2 months ago

Thespica commented 2 months ago

Reason for this PR

Split the java-info into a single module, which has the same level as spark. Related issue: #445

What changes are included in this PR?

  1. move code under spark/java into java-info
  2. add pom.xml and .scalafmt.conf
  3. ignore maven target directory

Are these changes tested?

yes

Are there any user-facing changes?

no

acezen commented 2 months ago

LGTM