Skip to content

Commit

Permalink
[KYUUBI #1839] Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
link3280 committed Jan 26, 2022
1 parent 48d611d commit 7c36c5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

package org.apache.kyuubi.engine.flink.operation

import scala.collection.JavaConverters._

import org.apache.kyuubi.engine.flink.result.ResultSetUtil
import org.apache.kyuubi.operation.OperationType
import org.apache.kyuubi.operation.meta.ResultSetSchemaConstant.TABLE_CAT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

package org.apache.kyuubi.engine.flink.operation

import scala.collection.JavaConverters.seqAsJavaListConverter

import org.apache.kyuubi.engine.flink.result.{Constants, ResultSetUtil}
import org.apache.kyuubi.operation.OperationType
import org.apache.kyuubi.operation.meta.ResultSetSchemaConstant.TABLE_TYPE
Expand Down

0 comments on commit 7c36c5c

Please sign in to comment.