Skip to content

Commit 382c89a

Browse files
author
guihuawen
committed
[AURON #2080]Support Hive Parquet table to native
1 parent 280d15b commit 382c89a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thirdparty/auron-iceberg/src/test/scala/org/apache/auron/iceberg/AuronIcebergIntegrationSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class AuronIcebergIntegrationSuite
2525
test("test iceberg integrate ") {
2626
withTable("local.db.t1") {
2727
sql(
28-
"create table local.db.t1 PARTITIONED BY (part) as select 1 as c1, 2 as c2, 'test test' as part")
28+
"create table local.db.t1 using iceberg PARTITIONED BY (part) as select 1 as c1, 2 as c2, 'test test' as part")
2929
val df = sql("select * from local.db.t1")
3030
checkAnswer(df, Seq(Row(1, 2, "test test")))
3131
}

0 commit comments

Comments
 (0)