-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
[Feat][Format] Format Specification as part of docs #362
Comments
yes, this's a good advice! I'll see how to generate such doc. |
also suggest in issue #352 |
The auto-generated from cpp is not a good solution I think. Currently the format specification is outdated, I will update it base on our latest design of the format. The format specification should keep separate from the libraries and the libraries' implementation needs to base on the format design.
|
I recommend updating the format page in the documentation with the following entry to reflect the most recent changes: |
Is your feature request related to a problem? Please describe.
I would like to see an automatically generated format specification from the reference implementation (cpp?);
For example, currently it is not clear which features (nullability, etc.) were added to Cpp implementation and are missing in spark/pyspark.
Describe the solution you'd like
An automatically generated specification from the Cpp code is placed somewhere in docs. With detailed structure of YAML file, folders structure, etc. Especially for YAML files. May it be implemented as placing a generated fake YAML for GraphInfo, EdgeInfo and VertexInfo via Cpp impl? Or a detailed example of such YAML files.
Describe alternatives you've considered
Any other solution could be cool too. I'm not enough familiar with Cpp to say what a canonical way is to do it.
Additional context
I know that there are some examples, but it could be cool to have something in docs too. With more detailed description about what should be inside. And as I understand, this part of the documentation is maintained manually, so it may be outdated.
The text was updated successfully, but these errors were encountered: