hudi-rs icon indicating copy to clipboard operation
hudi-rs copied to clipboard

Creating table instances should also load `hudi-defaults.conf`

Open xushiyan opened this issue 6 months ago • 2 comments

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.

xushiyan avatar Aug 11 '24 01:08 xushiyan