Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-30 Thread via GitHub
xtern merged PR #4972: URL: https://github.com/apache/ignite-3/pull/4972 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignit

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-29 Thread via GitHub
xtern commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1899341403 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogSchemaDescriptor.java: ## @@ -100,6 +100,11 @@ public CatalogSystemViewDescriptor[

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-28 Thread via GitHub
korlov42 commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898873304 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogSchemaDescriptor.java: ## @@ -100,6 +100,11 @@ public CatalogSystemViewDescript

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-28 Thread via GitHub
xtern commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898870338 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/DropSchemaCommand.java: ## @@ -0,0 +1,115 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-28 Thread via GitHub
xtern commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898870338 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/DropSchemaCommand.java: ## @@ -0,0 +1,115 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-28 Thread via GitHub
xtern commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898870338 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/DropSchemaCommand.java: ## @@ -0,0 +1,115 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-28 Thread via GitHub
xtern commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898870338 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/DropSchemaCommand.java: ## @@ -0,0 +1,115 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-28 Thread via GitHub
xtern commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898869860 ## modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogSchemaTest.java: ## @@ -17,33 +17,160 @@ package org.apache.ignite.internal.catalog; +imp

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-27 Thread via GitHub
xtern commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898869392 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/CatalogUtils.java: ## @@ -145,7 +147,11 @@ public class CatalogUtils { FUNCTIONAL_D

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-27 Thread via GitHub
xtern commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898868990 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/DropSchemaCommand.java: ## @@ -0,0 +1,115 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-27 Thread via GitHub
xtern commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898868717 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/DropSchemaCommand.java: ## @@ -0,0 +1,115 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-27 Thread via GitHub
korlov42 commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898508531 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/CatalogUtils.java: ## @@ -145,7 +147,11 @@ public class CatalogUtils { FUNCTIONA

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-25 Thread via GitHub
AMashenkov commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1897706075 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/DropSchemaCommand.java: ## @@ -0,0 +1,104 @@ +/* + * Licensed to the Apache Software Fo

Re: [PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-25 Thread via GitHub
AMashenkov commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1897705416 ## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/DropSchemaCommand.java: ## @@ -0,0 +1,104 @@ +/* + * Licensed to the Apache Software Fo

[PR] IGNITE-24025 Introduce catalog command to drop schema [ignite-3]

2024-12-25 Thread via GitHub
xtern opened a new pull request, #4972: URL: https://github.com/apache/ignite-3/pull/4972 https://issues.apache.org/jira/browse/IGNITE-24025 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp