apache / apache/incubator-graphar
[Improvement][Spark]: Neo4j2GraphAr change the type
Open
improvement
- Dominant language
- C++
- Stars
- 373
- Forks
- 93
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 7
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The former data type is Long in neo4j. But after importer, it becomes string when there is a null.
Just like [this](https://github.com/GraphScope/gar-test/blob/main/neo4j/Person.vertex.yml#L11).
### Expected Behavior
Fix it.
### Minimal Reproducible Example
Maybe [this](https://github.com/GraphScope/gar-test/blob/main/neo4j/Person.vertex.yml#L11).
### Environment
- Operating system: ubuntu
- GraphAr version: latest
### Link to GraphAr Logs
_No response_
### Further Information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.