You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
This PR introduces a Spark-style like strong typed config system for the
project.
### Why are the changes needed?
The config system is a cornerstone of the project. By comparing
different config system implementations, Spark's one is strong type
verified, and also can extend to other functions, so introducing a
Spark-style like config system for the project.
Fix: #27
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
Add new UTs to cover the test
Describe the feature
This task aims to add config system for the project.
Motivation
Config system is the cornerstone of the project, we should introduce a good Config system.
Describe the solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: