diff --git a/kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala b/kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala index 32e004505e8..40e44ac409b 100644 --- a/kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala +++ b/kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala @@ -594,6 +594,16 @@ abstract class TFrontendService(name: String) resp } + override def UploadData(req: TUploadDataReq): TUploadDataResp = { + debug(req.toString) + throw KyuubiSQLException.featureNotSupported("Method UploadData has not been implemented.") + } + + override def DownloadData(req: TDownloadDataReq): TDownloadDataResp = { + debug(req.toString) + throw KyuubiSQLException.featureNotSupported("Method DownloadData has not been implemented.") + } + protected def isServer(): Boolean = false class FeTServerEventHandler extends TServerEventHandler { diff --git a/pom.xml b/pom.xml index bb3c6a10ea2..c8257496966 100644 --- a/pom.xml +++ b/pom.xml @@ -169,7 +169,7 @@ 4.13.2 3.5.2 6.8.1 - 0.3.0 + 0.4.0 kyuubi-relocated-zookeeper-34 6.0.5 2.20.0