Re: [PR] [SPARK-48959][SQL] Make `NoSuchNamespaceException` extend `NoSuchDatabaseException` to restore the exception handling [spark]

2024-07-24 Thread via GitHub
panbingkun commented on PR #47433: URL: https://github.com/apache/spark/pull/47433#issuecomment-2247204758 late LGTM. -- 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 uns

Re: [PR] [SPARK-48959][SQL] Make `NoSuchNamespaceException` extend `NoSuchDatabaseException` to restore the exception handling [spark]

2024-07-22 Thread via GitHub
cloud-fan closed pull request #47433: [SPARK-48959][SQL] Make `NoSuchNamespaceException` extend `NoSuchDatabaseException` to restore the exception handling URL: https://github.com/apache/spark/pull/47433 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [SPARK-48959][SQL] Make `NoSuchNamespaceException` extend `NoSuchDatabaseException` to restore the exception handling [spark]

2024-07-22 Thread via GitHub
cloud-fan commented on PR #47433: URL: https://github.com/apache/spark/pull/47433#issuecomment-2243070022 thanks, merging to master! -- 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 c

Re: [PR] [SPARK-48959][SQL] Make `NoSuchNamespaceException` extend `NoSuchDatabaseException` to restore the exception handling [spark]

2024-07-21 Thread via GitHub
zhengruifeng commented on code in PR #47433: URL: https://github.com/apache/spark/pull/47433#discussion_r1685856407 ## sql/catalyst/src/main/scala/org/apache/spark/sql/connector/catalog/CatalogV2Util.scala: ## @@ -409,7 +409,6 @@ private[sql] object CatalogV2Util { } catch

[PR] [SPARK-48959][SQL] Make `NoSuchNamespaceException` extend `NoSuchDatabaseException` to restore the exception handling [spark]

2024-07-21 Thread via GitHub
zhengruifeng opened a new pull request, #47433: URL: https://github.com/apache/spark/pull/47433 ### What changes were proposed in this pull request? Make `NoSuchNamespaceException` extend `NoSuchNamespaceException` ### Why are the changes needed? 1, https://github.com/apache/