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

[Improvement] spark-connector support alter namespace operation. #2401

Closed
Tracked by #1227
FANNG1 opened this issue Feb 29, 2024 · 2 comments · Fixed by #2407
Closed
Tracked by #1227

[Improvement] spark-connector support alter namespace operation. #2401

FANNG1 opened this issue Feb 29, 2024 · 2 comments · Fixed by #2407
Assignees
Labels
good first issue Good for newcomers improvement Improvements on everything

Comments

@FANNG1
Copy link
Contributor

FANNG1 commented Feb 29, 2024

What would you like to be improved?

we should support set namespace properties in Spark sql like:

ALTER DATABASE inventory SET DBPROPERTIES ('Edited-by' = 'John', 'Edit-date' = '01/01/2001');

the current alterNamespace interface in GravitinoCatalog.java should be implemented.

 public void alterNamespace(String[] namespace, NamespaceChange... changes)
      throws NoSuchNamespaceException {
    throw new NotSupportedException("Doesn't support altering namespace");
  }

How should we improve?

No response

@PengleiShi
Copy link

@FANNG1 i will work on this issue.

@qqqttt123
Copy link
Contributor

@FANNG1 i will work on this issue.

Thanks for taking this issue. Please go ahead.

SteNicholas added a commit to SteNicholas/gravitino that referenced this issue Mar 1, 2024
SteNicholas added a commit to SteNicholas/gravitino that referenced this issue Mar 1, 2024
@jerryshao jerryshao added this to the Gravitino 0.5.0 milestone Mar 4, 2024
SteNicholas added a commit to SteNicholas/gravitino that referenced this issue Mar 4, 2024
SteNicholas added a commit to SteNicholas/gravitino that referenced this issue Mar 4, 2024
SteNicholas added a commit to SteNicholas/gravitino that referenced this issue Mar 4, 2024
SteNicholas added a commit to SteNicholas/gravitino that referenced this issue Mar 4, 2024
SteNicholas added a commit to SteNicholas/gravitino that referenced this issue Mar 4, 2024
SteNicholas added a commit to SteNicholas/gravitino that referenced this issue Mar 4, 2024
SteNicholas added a commit to SteNicholas/gravitino that referenced this issue Mar 6, 2024
SteNicholas added a commit to SteNicholas/gravitino that referenced this issue Mar 6, 2024
@FANNG1 FANNG1 closed this as completed in 26911d1 Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers improvement Improvements on everything
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants