gohalo opened a new pull request, #117: URL: https://github.com/apache/hudi-rs/pull/117
## Description Support [externalized config file](https://hudi.apache.org/cn/docs/configurations/#externalized-config-file), you could define global config file `hudi-defaults.conf` with the following format. ``` # Comments and empty lines will ignore hoodie.datasource.write.operation upsert hoodie.datasource.write.table.type=MERGE_ON_READ # The following without config value is invalid, and will ignore hoodie.metrics.on ``` details could check issue #111 ## How are the changes test-covered - [ ] N/A - [x] Automated tests (unit and/or integration tests) - [ ] Manual tests - [ ] Details are described below -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
