1
0

[HUDI-2045] Support Read Hoodie As DataSource Table For Flink And DeltaStreamer

This commit is contained in:
pengzhiwei
2021-06-21 14:13:25 +08:00
parent 5804ad8e32
commit ffa934182a
14 changed files with 470 additions and 173 deletions

View File

@@ -22,6 +22,13 @@ show partitions stock_ticks_cow;
show partitions stock_ticks_mor_ro;
show partitions stock_ticks_mor_rt;
show create table stock_ticks_cow;
show create table stock_ticks_mor_ro;
show create table stock_ticks_mor_rt;
show create table stock_ticks_cow_bs;
show create table stock_ticks_mor_bs_ro;
show create table stock_ticks_mor_bs_rt;
!quit