Re: [PR] [SPARK-51780][SQL] Implement Describe Procedure [spark]

2025-04-15 Thread via GitHub
cloud-fan commented on PR #50569: URL: https://github.com/apache/spark/pull/50569#issuecomment-2800408758 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-51780][SQL] Implement Describe Procedure [spark]

2025-04-14 Thread via GitHub
szehon-ho commented on PR #50569: URL: https://github.com/apache/spark/pull/50569#issuecomment-2802408850 Thank you! -- 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 unsu

Re: [PR] [SPARK-51780][SQL] Implement Describe Procedure [spark]

2025-04-13 Thread via GitHub
cloud-fan closed pull request #50569: [SPARK-51780][SQL] Implement Describe Procedure URL: https://github.com/apache/spark/pull/50569 -- 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 com

Re: [PR] [SPARK-51780][SQL] Implement Describe Procedure [spark]

2025-04-13 Thread via GitHub
cloud-fan commented on code in PR #50569: URL: https://github.com/apache/spark/pull/50569#discussion_r2041376469 ## sql/api/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBaseParser.g4: ## @@ -313,6 +313,7 @@ statement | SHOW CURRENT namespace

Re: [PR] [SPARK-51780][SQL] Implement Describe Procedure [spark]

2025-04-13 Thread via GitHub
zhengruifeng commented on code in PR #50569: URL: https://github.com/apache/spark/pull/50569#discussion_r2041358258 ## sql/api/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBaseParser.g4: ## @@ -313,6 +313,7 @@ statement | SHOW CURRENT namespace

Re: [PR] [SPARK-51780][SQL] Implement Describe Procedure [spark]

2025-04-11 Thread via GitHub
szehon-ho commented on PR #50569: URL: https://github.com/apache/spark/pull/50569#issuecomment-2798498648 @aokolnychyi @cloud-fan when you have a chance, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] [SPARK-51780][SQL] Implement Describe Procedure [spark]

2025-04-11 Thread via GitHub
szehon-ho opened a new pull request, #50569: URL: https://github.com/apache/spark/pull/50569 ### What changes were proposed in this pull request? Implement 'describe procedures' ### Why are the changes needed? User need to understand a procedure before calling it.