Skip to content

Commit

Permalink
remove redundant impl of getTableTypesOperation in OracleSQLDialect.s…
Browse files Browse the repository at this point in the history
…cala
  • Loading branch information
naive-zhang committed Nov 25, 2024
1 parent 70b49fc commit a7da4a6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ class OracleSQLDialect extends JdbcDialect {
query.toString()
}

override def getTableTypesOperation(session: Session): Operation = {
throw KyuubiSQLException.featureNotSupported()
}

override def getColumnsQuery(
session: Session,
catalogName: String,
Expand Down

0 comments on commit a7da4a6

Please sign in to comment.