Skip to content

Commit

Permalink
jdbc driver support shell return
Browse files Browse the repository at this point in the history
  • Loading branch information
“v_kkhuang” committed Nov 19, 2024
1 parent 6fc5d00 commit 32b6664
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,6 @@ class UJESSQLResultSet(
resultSetResult.getFileContent.asInstanceOf[util.ArrayList[util.ArrayList[String]]]
}

def getResultSet(): util.ArrayList[util.ArrayList[String]] = {
resultSetResultInit()
resultSetInit()
resultSetRow
}

private def init(): Unit = {
resultSetResultInit()
metaDataInit()
Expand Down

0 comments on commit 32b6664

Please sign in to comment.