Skip to content

feat: add hive create namespace#154

Merged
jackye1995 merged 2 commits into
lance-format:mainfrom
wojiaodoubao:hive-create-namespace
Aug 2, 2025
Merged

feat: add hive create namespace#154
jackye1995 merged 2 commits into
lance-format:mainfrom
wojiaodoubao:hive-create-namespace

Conversation

@wojiaodoubao

@wojiaodoubao wojiaodoubao commented Jul 29, 2025

Copy link
Copy Markdown
Collaborator

Close #156

Related to #92

@github-actions github-actions Bot added enhancement New feature or request java Java features labels Jul 29, 2025
@wojiaodoubao wojiaodoubao force-pushed the hive-create-namespace branch from bdccf76 to 00aed5a Compare July 29, 2025 06:09

public static void checkNotNullOrEmptyString(String str, String message, Object... args) {
public static String checkNotNullOrEmptyString(String str, String message, Object... args) {
checkArgument(str != null && !str.isEmpty(), message, args);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This validation class may be skipping the lance namespace exceptions. We can probably address this later once we solidify them

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah we should probably change the ValidationUtil to return LanceNamespaceException, adding a tracking issue

@jackye1995 jackye1995 merged commit c6764ed into lance-format:main Aug 2, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request java Java features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Java HiveNamespace CreateNamespace

3 participants