Re: native interface support

2022-07-12 Thread Vinoth Chandar
Hi all, Overall +1. Love to take this idea forward. At the very least, a good C++ API for HoodieTimeline and HoodieTableFileSystemView should be enough to get COW working end-end. One issue is the lack of a standard HFile reader in C++ and given a lot of our metadata layer uses the HFile format,

Re: native interface support

2022-07-05 Thread Forward Xu
hi dujunling! Glad to hear that native interface for native SQL engine. Let's start with this email. Best, ForwardXu junling du 于2022年7月4日周一 17:01写道: > Hi folks, > I am an engineer from bytedance. I am working for integrate hudi on > native sql engine such as Apache Doris. Currently

native interface support

2022-07-04 Thread junling du
Hi folks, I am an engineer from bytedance. I am working for integrate hudi on native sql engine such as Apache Doris. Currently hudi does not have a native interface such as c++/Rust, It is very inconvenient when integrating with the native SQL engine. Does community has a plan to provide