Open lokeshj1703 opened 11 hours ago
We cannot have absolute paths here. lets make them relative, so copy works.
hoodie.table.index.defs.path=file\:/tmp/hudi_test_table/.hoodie/.index_defs/index.json
PR changes the corresponding config and makes it relative instead.
After PR -
hoodie.table.index.defs.path=.hoodie/.index_defs/index.json
NA
low
Change Logs
We cannot have absolute paths here. lets make them relative, so copy works.
hoodie.table.index.defs.path=file\:/tmp/hudi_test_table/.hoodie/.index_defs/index.json
PR changes the corresponding config and makes it relative instead.
After PR -
Impact
NA
Risk level (write none, low medium or high below)
low
Documentation Update
NA
Contributor's checklist