Xu Chen
Xu Chen
We should provide better environment setup tools and docs, including: 1. [x] Local test env with docker compose 2. [x] Hadoop test env with docker compose 3. [ ] Hadoop...
LakeSoul has native and vectorized IO with Arrow memory format. This enables LakeSoul to be connected to various vectorized query engines. We have plan for integration with the following: -...
Make LakeSoul as Datafusion's native source & sink, so that LakeSoul can be more easily integrated into Rust ecosystem, like vector.io etc, and Python interface can be refactored based on...
This is a tracking issue for LakeSoul's Python Reader. Python reader could read data in LakeSoul (including MOR and CDC tables) without relying on PySpark. We'll implement the reader through...
- [x] Support batch row-level update and delete in flink (#332) - [x] Support view in flink (#332) - [ ] Support streaming sql partial update in flink - [...