wForget commented on code in PR #5871:
URL: https://github.com/apache/kyuubi/pull/5871#discussion_r1435906535
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/sql/plan/command/RunnableCommand.scala:
##########
@@ -30,6 +30,10 @@ trait RunnableCommand extends KyuubiTreeNode {
protected var isAdmin: Boolean = false
+ val statement: String
Review Comment:
Why is the new `statement` attribute needed? It seems that the `name()
`method is enough.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]