[jira] [Updated] (HIVE-27432) Database name that ends with '#' is not properly considered when splitting catalog and db names.

2023-06-12 Thread Oliver Schiller (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Schiller updated HIVE-27432: --- Description: A database name that ends with '#' is not properly considered by the parsing lo

[jira] [Created] (HIVE-27432) Database name that ends with '#' is not properly considered when splitting catalog and db names.

2023-06-12 Thread Oliver Schiller (Jira)
Oliver Schiller created HIVE-27432: -- Summary: Database name that ends with '#' is not properly considered when splitting catalog and db names. Key: HIVE-27432 URL: https://issues.apache.org/jira/browse/HIVE-27432

[jira] [Updated] (HIVE-27348) Database name is not encoded when used to create default database location

2023-05-16 Thread Oliver Schiller (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Schiller updated HIVE-27348: --- Summary: Database name is not encoded when used to create default database location (was: Da

[jira] [Created] (HIVE-27348) Database name is not encoded when using for default database location

2023-05-16 Thread Oliver Schiller (Jira)
Oliver Schiller created HIVE-27348: -- Summary: Database name is not encoded when using for default database location Key: HIVE-27348 URL: https://issues.apache.org/jira/browse/HIVE-27348 Project: Hive

[jira] [Updated] (HIVE-27193) Database names starting with '@' cause error during ALTER/DROP table.

2023-03-29 Thread Oliver Schiller (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Schiller updated HIVE-27193: --- Component/s: Hive > Database names starting with '@' cause error during ALTER/DROP table. > -

[jira] [Commented] (HIVE-27193) Database names starting with '@' cause error during ALTER/DROP table.

2023-03-29 Thread Oliver Schiller (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17706513#comment-17706513 ] Oliver Schiller commented on HIVE-27193: After poking a while around in the code

[jira] [Commented] (HIVE-27193) Database names starting with '@' cause error during ALTER/DROP table.

2023-03-29 Thread Oliver Schiller (Jira)
[ https://issues.apache.org/jira/browse/HIVE-27193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17706501#comment-17706501 ] Oliver Schiller commented on HIVE-27193: The code in getTempTable was added in [