You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/14 09:12:51 UTC

[GitHub] [incubator-kyuubi] SteNicholas commented on a change in pull request #2133: [KYUUBI #2129] FlinkEngine throws UnsupportedOperationException in GetColumns

SteNicholas commented on a change in pull request #2133:
URL: https://github.com/apache/incubator-kyuubi/pull/2133#discussion_r825728241



##########
File path: externals/kyuubi-flink-sql-engine/src/main/scala/org/apache/kyuubi/engine/flink/operation/FlinkSQLOperationManager.scala
##########
@@ -110,7 +110,14 @@ class FlinkSQLOperationManager extends OperationManager("FlinkSQLOperationManage
       catalogName: String,
       schemaName: String,
       tableName: String,
-      columnName: String): Operation = null
+      columnName: String): Operation = {
+    throw new UnsupportedOperationException(String.format(

Review comment:
       ```suggestion
       throw new UnsupportedOperationException(s"
   ```




-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org