-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-29753][SQL] refine the default catalog config #26395
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
Conversation
|
Test build #113250 has finished for PR 26395 at commit
|
|
Test build #113269 has finished for PR 26395 at commit
|
imback82
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (one minor comment)
| val DEFAULT_V2_CATALOG = buildConf("spark.sql.default.catalog") | ||
| .doc("Name of the default v2 catalog, used when a catalog is not identified in queries") | ||
| val DEFAULT_CATALOG = buildConf("spark.sql.defaultCatalog") | ||
| .doc("Name of the default catalog. This will be as the current catalog if users have not " + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be the current catalog or will be used/set as
|
Test build #113279 has finished for PR 26395 at commit
|
|
retest this please |
|
Test build #113641 has started for PR 26395 at commit |
|
+1 |
|
retest this please |
|
Test build #113690 has finished for PR 26395 at commit
|
|
thanks for review, merging to master! |
What changes were proposed in this pull request?
rename the config to address the comment: #24594 (comment)
improve the config description, provide a default value to simplify the code.
Why are the changes needed?
make the config more understandable.
Does this PR introduce any user-facing change?
no
How was this patch tested?
existing tests