Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh committed Oct 8, 2023
1 parent 880cca6 commit f2707f9
Showing 1 changed file with 19 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,37 @@
package org.apache.linkis.ujes.jdbc

import org.apache.linkis.common.utils.{Logging, Utils}
import org.apache.linkis.manager.label.builder.factory.LabelBuilderFactoryContext
import org.apache.linkis.manager.label.constant.LabelKeyConstant
import org.apache.linkis.manager.label.entity.engine.{EngineType, EngineTypeLabel, RunType}
import org.apache.linkis.manager.label.utils.EngineTypeLabelCreator
import org.apache.linkis.ujes.client.UJESClient
import org.apache.linkis.ujes.client.request.JobSubmitAction
import org.apache.linkis.ujes.client.response.JobExecuteResult
import org.apache.linkis.ujes.jdbc.UJESSQLDriverMain._

import org.apache.commons.lang3.StringUtils

import java.{sql, util}
import java.sql.{Blob, CallableStatement, Clob, Connection, DatabaseMetaData, NClob, PreparedStatement, ResultSet, SQLException, SQLWarning, SQLXML, Savepoint, Statement, Struct}
import java.sql.{
Blob,
CallableStatement,
Clob,
Connection,
DatabaseMetaData,
NClob,
PreparedStatement,
ResultSet,
Savepoint,
SQLException,
SQLWarning,
SQLXML,
Statement,
Struct
}
import java.util.Properties
import java.util.concurrent.Executor

import org.apache.linkis.manager.label.builder.factory.LabelBuilderFactoryContext

import scala.collection.JavaConverters._

class LinkisSQLConnection(private[jdbc] val ujesClient: UJESClient, props: Properties)
Expand Down

0 comments on commit f2707f9

Please sign in to comment.