基于Arrow DataFusion实现对数据湖incubator-paimon读写
CREATE EXTERNAL TABLE ods_mysql_paimon_points_5
STORED AS PAIMON
OPTIONS ('scan.snapshot-id' '5')
LOCATION 'E:\\rustProject\\paimon-rs\\test\\paimon/default.db\\ods_mysql_paimon_points_5'- 读元数据(
snapshot、schema、manifest、manifestList) - 支持读
manifest数据avro、parquet格式 - 支持读data数据
avro、parquet格式 - 支持读
input模式表数据 - 支持批读
- 批读实现limit(可优化)
- 本地
paimon表读取 - 支持
hdfs数据源(未测试) - 支持指定
tag读取数据(未测试) - 支持指定
consumer-id读取数据(未测试)
- 集成
datafusion(持续集成中)
- 支持
Appendonly表读取数据 - 支持流读
- 支持写功能
- 集成
incubator-opendal