Re: [I] [SUPPORT] is it possible to read/write hudi files with another programming language? [hudi]

2024-05-02 Thread via GitHub
xushiyan commented on issue #7446: URL: https://github.com/apache/hudi/issues/7446#issuecomment-2091776935 @vinothchandar yes. gonna take care of repo logistics and dev setup to make the repo ready for new contributors. Also preparing issues to work on. -- This is an automated message

Re: [I] [SUPPORT] is it possible to read/write hudi files with another programming language? [hudi]

2024-05-02 Thread via GitHub
vinothchandar commented on issue #7446: URL: https://github.com/apache/hudi/issues/7446#issuecomment-2091046410 https://github.com/xushiyan/hudi-rs has some basic reads with datafusion? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] [SUPPORT] is it possible to read/write hudi files with another programming language? [hudi]

2024-05-02 Thread via GitHub
vinothchandar commented on issue #7446: URL: https://github.com/apache/hudi/issues/7446#issuecomment-2091044457 @xushiyan do you want to share the budding hudi-rs and python bindings here, to see if anyone wants to chip in for contribtions -- This is an automated message from the Apache

[I] [SUPPORT] is it possible to read/write hudi files with another programming language? [hudi]

2024-05-02 Thread via GitHub
schlichtanders opened a new issue, #7446: URL: https://github.com/apache/hudi/issues/7446 Hi, I am curious about the state of hudi. We are currently using it via Spark, however thinking about switching to another language. Is it possible to write Hudi files via C, C++, Rust,

Re: [I] [SUPPORT] is it possible to read/write hudi files with another programming language? [hudi]

2024-03-26 Thread via GitHub
rubenatterbury commented on issue #7446: URL: https://github.com/apache/hudi/issues/7446#issuecomment-2020516589 I know was looking into a Rust implementation due to the work that's happening on pg_analytics by ParadeDB, where they purely had to choose delta-rs due to being dependent on

Re: [I] [SUPPORT] is it possible to read/write hudi files with another programming language? [hudi]

2024-03-11 Thread via GitHub
schlichtanders commented on issue #7446: URL: https://github.com/apache/hudi/issues/7446#issuecomment-1987897532 For me Python is actually not the problem - via Spark and Flink it is pretty well supported. My use case is to use the modern programming language Julia directly, without

Re: [I] [SUPPORT] is it possible to read/write hudi files with another programming language? [hudi]

2024-03-09 Thread via GitHub
yihua commented on issue #7446: URL: https://github.com/apache/hudi/issues/7446#issuecomment-1987008245 > Thank you @cheunhong. I agree and it is a pity. Hudi's support for streaming is super attractive for me. Neither delta-rs nor iceberg have it as far as I knew... @schlichtanders

Re: [I] [SUPPORT] is it possible to read/write hudi files with another programming language? [hudi]

2024-01-24 Thread via GitHub
schlichtanders commented on issue #7446: URL: https://github.com/apache/hudi/issues/7446#issuecomment-1907707785 Thank you @cheunhong. I agree and it is a pity. Hudi's support for streaming is super attractive for me. Neither delta-rs nor iceberg have it as far as I knew... -- This is

Re: [I] [SUPPORT] is it possible to read/write hudi files with another programming language? [hudi]

2024-01-23 Thread via GitHub
cheunhong commented on issue #7446: URL: https://github.com/apache/hudi/issues/7446#issuecomment-1906734197 Hudi is certainly lacking behind in native support on other languages, Iceberg and Delta already have some pretty nice library such as