yaooqinn commented on code in PR #6262:
URL: https://github.com/apache/kyuubi/pull/6262#discussion_r1556963845
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala:
##########
@@ -594,6 +594,14 @@ abstract class TFrontendService(name: String)
resp
}
+ override def UploadData(req: TUploadDataReq): TUploadDataResp = {
+ throw new UnsupportedOperationException("Method UploadData has not been
implemented.")
+ }
+
+ override def DownloadData(req: TDownloadDataReq): TDownloadDataResp = {
+ throw new UnsupportedOperationException("Method DownloadData has not been
implemented.")
Review Comment:
On second thought, we can use TDownloadDataResp with the error status
directly, just like CancelDelegationToken
--
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]