We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run mvn test -Dsuites='com.alibaba.graphar.WriterSuite test edge writer with vertex table and edge table
mvn test -Dsuites='com.alibaba.graphar.WriterSuite test edge writer with vertex table and edge table
the offset0 output path is /tmp/edge/person_knows_person/ordered_by_source/offset/part0 but [getAdjListOffsetFilePath] method of edge info return /tmp/edge/person_knows_person/ordered_by_source/offset0 https://github.com/alibaba/GraphAr/blob/0991064e3f5a5844d453d2743bc2b03dc65fdf14/spark/src/main/scala/com/alibaba/graphar/EdgeInfo.scala#L291
/tmp/edge/person_knows_person/ordered_by_source/offset/part0
[getAdjListOffsetFilePath]
/tmp/edge/person_knows_person/ordered_by_source/offset0
cd spark mvn test -Dsuites='com.alibaba.graphar.WriterSuite test edge writer with vertex table and edge table
No response
The text was updated successfully, but these errors were encountered:
solved by pull request #63
Sorry, something went wrong.
acezen
No branches or pull requests
Is there an existing issue for this?
Current Behavior
run
mvn test -Dsuites='com.alibaba.graphar.WriterSuite test edge writer with vertex table and edge table
the offset0 output path is
/tmp/edge/person_knows_person/ordered_by_source/offset/part0
but
[getAdjListOffsetFilePath]
method of edge info return/tmp/edge/person_knows_person/ordered_by_source/offset0
https://github.com/alibaba/GraphAr/blob/0991064e3f5a5844d453d2743bc2b03dc65fdf14/spark/src/main/scala/com/alibaba/graphar/EdgeInfo.scala#L291
https://github.com/alibaba/GraphAr/blob/0991064e3f5a5844d453d2743bc2b03dc65fdf14/spark/src/main/scala/com/alibaba/graphar/writer/EdgeWriter.scala#L157-L163
Expected Behavior
Minimal Reproducible Example
Environment
v0.1.0
Link to GraphAr Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: