yangxk1 opened a new pull request, #700: URL: https://github.com/apache/incubator-graphar/pull/700
### Reason for this PR This PR resolves issue #108 by providing a WriterOption API to support different file types. ### What changes are included in this PR? I've added a `WriterOption` class that provides different options for each file type. To improve clarity and usability, I've separated the options for the three supported file types into three distinct classes, so users can clearly see what configurations are available for each format. Additionally, I've created a `Builder` class to help users construct these options in a more intuitive and structured way. ### Are these changes tested? yes ### Are there any user-facing changes? yes, users can use `WriterOptions` to customize the `writer option` for each file type. -- 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: commits-unsubscr...@graphar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org For additional commands, e-mail: commits-h...@graphar.apache.org