zhanggan_deepnova@deepexi

Results 4 comments of zhanggan_deepnova@deepexi

The same problem in Spark when rewrite V2 table, we fixed this problem locally by bloomfilter in parquet files,our code will be committed after the bloomfilter feature be merged.

Maybe you miss spark catalog configuration in spark conf,TestSpark3Util.testLoadIcebergTable() will show you how to load an iceberg table

How about incremental refresh materialized view for external table like Iceberg or Hudi? I think this feature can reduce the cost of refresh mv

> > How about incremental refresh materialized view for external table like Iceberg or Hudi? I think this feature can reduce the cost of refresh mv > > Yes. We...