GitHub user SemyonSinchenko edited a comment on the discussion: Proposal: Introduce Vortex Columnar Format Support in GraphAr
Hi @SYaoJun ! My only concern is it may become very hard for clients to support the standard if we have too many of different underlying formats. Are we considering something like "extension" mechanics? As I remember, a lot of formats supported in tools like DuckDB or Apache Spark through the extensions API, instead of adding it to the core. I mean, for example, the official Java SDK of the Vortex, the `vortex-jni` is [136.9 Mb JAR](https://mvnrepository.com/artifact/dev.vortex/vortex-jni/0.60.0) file... Having 5-7 such a connectors will lead to the ~1Gb of dependencies only. What do you think about any of: - extensions API - GraphAr "contrib" - Maybe something else? ? GitHub link: https://github.com/apache/incubator-graphar/discussions/887#discussioncomment-15957199 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
