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
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
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
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
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
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
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.