hudi-rs
hudi-rs copied to clipboard
Creating table instances should also load `hudi-defaults.conf`
During crates/core/src/table/mod.rs:96 load_configs<I, K, V>
, hudi global configs (a hudi-defaults.conf
file loaded in dir specified by HUDI_CONF_DIR
env var) should be loaded as well.