[jira] [Created] (KUDU-3607) [Python] Implement rename function to table

2024-08-13 Thread Gabriella Lotz (Jira)
Gabriella Lotz created KUDU-3607: Summary: [Python] Implement rename function to table Key: KUDU-3607 URL: https://issues.apache.org/jira/browse/KUDU-3607 Project: Kudu Issue Type: Improvemen

[jira] [Commented] (KUDU-3607) [Python] Implement rename function to table

2024-08-13 Thread Gabriella Lotz (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17873203#comment-17873203 ] Gabriella Lotz commented on KUDU-3607: -- There is a rename function in TableAlterer, s

[jira] [Closed] (KUDU-3607) [Python] Implement rename function to table

2024-08-13 Thread Gabriella Lotz (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriella Lotz closed KUDU-3607. Resolution: Not A Problem > [Python] Implement rename function to table > --

[jira] [Created] (KUDU-3608) Implementing a metadata management interface for Kudu

2024-08-16 Thread Gabriella Lotz (Jira)
Gabriella Lotz created KUDU-3608: Summary: Implementing a metadata management interface for Kudu Key: KUDU-3608 URL: https://issues.apache.org/jira/browse/KUDU-3608 Project: Kudu Issue Type:

[jira] [Assigned] (KUDU-3608) Implementing a metadata management interface for Kudu

2024-08-16 Thread Gabriella Lotz (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriella Lotz reassigned KUDU-3608: Assignee: Gabriella Lotz > Implementing a metadata management interface for Kudu >

[jira] [Created] (KUDU-3617) Create OpenTable function by ID

2024-09-12 Thread Gabriella Lotz (Jira)
Gabriella Lotz created KUDU-3617: Summary: Create OpenTable function by ID Key: KUDU-3617 URL: https://issues.apache.org/jira/browse/KUDU-3617 Project: Kudu Issue Type: Improvement

[jira] [Updated] (KUDU-3617) Create OpenTable function by ID

2024-09-12 Thread Gabriella Lotz (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriella Lotz updated KUDU-3617: - Description: Currently there is no function that would open a table by ID, only by the table's na

[jira] [Updated] (KUDU-3617) Create OpenTable function by ID

2024-09-12 Thread Gabriella Lotz (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriella Lotz updated KUDU-3617: - Description: Currently there is no function that would open a table by ID, only by the table's na

[jira] [Updated] (KUDU-3617) Create OpenTable function by ID

2024-09-12 Thread Gabriella Lotz (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriella Lotz updated KUDU-3617: - Description: Currently there is no function that would open a table by ID, only by the table's na

[jira] [Updated] (KUDU-3625) Implement HTTP Method Error Handling for Non-GET Requests on Web UI Paths

2024-11-14 Thread Gabriella Lotz (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriella Lotz updated KUDU-3625: - Description: Currently, the web server UI pages ("/", "/tables" etc.) return a 200 OK response re

[jira] [Created] (KUDU-3625) Implement HTTP Method Error Handling for Non-GET Requests on Web UI Paths

2024-11-14 Thread Gabriella Lotz (Jira)
Gabriella Lotz created KUDU-3625: Summary: Implement HTTP Method Error Handling for Non-GET Requests on Web UI Paths Key: KUDU-3625 URL: https://issues.apache.org/jira/browse/KUDU-3625 Project: Kudu

[jira] [Commented] (KUDU-3639) Implement {Delete/Alter/Create}Table Functions Without RpcContext

2025-01-20 Thread Gabriella Lotz (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914598#comment-17914598 ] Gabriella Lotz commented on KUDU-3639: -- Since the REST API context doesn't have an {{

[jira] [Updated] (KUDU-3639) Implement {Delete/Alter/Create}Table Functions Without RpcContext

2025-01-16 Thread Gabriella Lotz (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriella Lotz updated KUDU-3639: - Description: The CatalogManager::\{DeleteTableRpc, CreateTable, AlterTableRpc} functions currentl

[jira] [Created] (KUDU-3639) Implement {Delete/Alter/Create}Table Functions Without RpcContext

2025-01-16 Thread Gabriella Lotz (Jira)
Gabriella Lotz created KUDU-3639: Summary: Implement {Delete/Alter/Create}Table Functions Without RpcContext Key: KUDU-3639 URL: https://issues.apache.org/jira/browse/KUDU-3639 Project: Kudu

[jira] [Resolved] (KUDU-3639) Implement {Delete/Alter/Create}Table Functions Without RpcContext

2025-02-28 Thread Gabriella Lotz (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriella Lotz resolved KUDU-3639. -- Fix Version/s: 1.18 Resolution: Done Functions have been added to the catalog_manager.cc.