yangxk1 commented on PR #713: URL: https://github.com/apache/incubator-graphar/pull/713#issuecomment-3021603619
> > * getVersion() > > I made a static method getVersion() for getting the InfoVersion from the version string as read from Yaml. But do we need to read the data files line by line? how do you read data files given their attributes (columns) are specified in a Yaml model file? for example given https://github.com/apache/incubator-graphar-testing/blob/main/ldbc_sample/csv/person.vertex.yml how to create an object where the attributes are those specified in .yml as to load the data per chunk? Please refer to [LocalYamlGraphLoader](https://github.com/apache/incubator-graphar/blob/main/maven-projects/info/src/main/java/org/apache/graphar/info/loader/LocalYamlGraphLoader.java#L43). -- 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]
