Fix copy options from catalog options to table options
Closed this issue · 0 comments
fyang86 commented
Problem description
In PravegaCatalogFactory
we need to check if the option is present first, otherwise it will copy the options who do not have default values into the catalog table option with null value, which will cause problem later when creating tables.
Problem location
PravegaCatalogFactory
Suggestions for an improvement