Skip to content

Commit

Permalink
Update externals/kyuubi-flink-sql-engine/src/test/scala/org/apache/ky…
Browse files Browse the repository at this point in the history
…uubi/engine/flink/operation/FlinkEngineInitializeSuite.scala
  • Loading branch information
pan3793 authored Nov 2, 2023
1 parent 0782738 commit b1720ec
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ class FlinkEngineInitializeSuite extends HiveJDBCTestHelper

protected val ENGINE_SESSION_INITIALIZE_SQL_VALUE: String =
"""create catalog cat_b with ('type'='generic_in_memory');
create table blackhole(i int) with ('connector'='blackhole');
create table datagen(i int) with (
'connector'='datagen',
'fields.i.kind'='sequence',
'fields.i.start'='1',
'fields.i.end'='10')""".stripMargin
|create table blackhole(i int) with ('connector'='blackhole');
|create table datagen(i int) with (
|'connector'='datagen',
|'fields.i.kind'='sequence',
|'fields.i.start'='1',
|'fields.i.end'='10')""".stripMargin

override def withKyuubiConf: Map[String, String] = {
Map(
Expand Down

0 comments on commit b1720ec

Please sign in to comment.