Skip to content

Commit

Permalink
remove redundant override methods in OracleSQLDialect.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
naive-zhang committed Nov 25, 2024
1 parent a7da4a6 commit ccd7cae
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,6 @@ class OracleSQLDialect extends JdbcDialect {
query.toString()
}

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

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

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

override def getTRowSetGenerator(): JdbcTRowSetGenerator = new OracleTRowSetGenerator

override def getSchemaHelper(): SchemaHelper = {
Expand Down

0 comments on commit ccd7cae

Please sign in to comment.