Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
pan3793 committed Nov 23, 2023
1 parent 5c402aa commit cbfa9cc
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.kyuubi.it.hive.operation
package org.apache.kyuubi.it.hive

import com.dimafeng.testcontainers.{ForAllTestContainer, PostgreSQLContainer}

Original file line number Diff line number Diff line change
@@ -19,9 +19,10 @@ package org.apache.kyuubi.it.hive.operation

import org.apache.commons.lang3.{JavaVersion, SystemUtils}

import org.apache.kyuubi.{Utils, WithKyuubiServer}
import org.apache.kyuubi.Utils
import org.apache.kyuubi.config.KyuubiConf
import org.apache.kyuubi.config.KyuubiConf._
import org.apache.kyuubi.it.hive.WithKyuubiServerAndPostgreSQL
import org.apache.kyuubi.operation.HiveJDBCTestHelper

class KyuubiOperationHiveEnginePerConnectionSuite extends WithKyuubiServerAndPostgreSQL
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@ import org.apache.hive.service.rpc.thrift.{TGetInfoReq, TGetInfoType}

import org.apache.kyuubi.{HiveEngineTests, Utils}
import org.apache.kyuubi.config.KyuubiConf
import org.apache.kyuubi.it.hive.WithKyuubiServerAndPostgreSQL

class KyuubiOperationHiveEnginePerUserSuite extends WithKyuubiServerAndPostgreSQL
with HiveEngineTests {

0 comments on commit cbfa9cc

Please sign in to comment.