Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add Config System for Unified Catalog #27

Closed
jerryshao opened this issue May 24, 2023 · 0 comments · Fixed by #29
Closed

[FEATURE] Add Config System for Unified Catalog #27

jerryshao opened this issue May 24, 2023 · 0 comments · Fixed by #29
Assignees
Labels
feature New feature or request

Comments

@jerryshao
Copy link
Contributor

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

@jerryshao jerryshao self-assigned this May 24, 2023
@jerryshao jerryshao added the feature New feature or request label May 24, 2023
jerryshao added a commit that referenced this issue May 29, 2023
### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant