jack86596 opened a new pull request #3269: [CARBONDATA-3266] Remove redundant warn messages when carbon session is creating.
URL:
https://github.com/apache/carbondata/pull/3269
### Problem:
1. For some configurations, if customer not set the value for it, when creating carbon session, validateAndLoadDefaultProperties will print WARN message and then set the value to default. It is redundant, no need print the message, just set to default value directly.
### Solution:
No need to validate properties when properties' value are not set. Use default value directly.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Covered by existed test cases.
- [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services