acezen opened a new issue, #619: URL: https://github.com/apache/incubator-graphar/issues/619
### Describe the enhancement requested Currently GraphAr c++ library use the class name to distinguish different level reader/writer like `VertexPropertyChunkInfoReader` as info level vertex property reader and `VertexPropertyArrowChunkReader` as arrow vertex property reader. This makes the name too long and not concise. Maybe we can use nested namespace to replace the naming like: `graphar::VertexPropertyReader` to replace `VertexPropertyChunkInfoReader` `graphar::arrow::VertexPropertyReader` to replace `VertexPropertyArrowChunkReader` ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
