Skip to content

Commit

Permalink
add uts
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Jul 26, 2024
1 parent f678141 commit 5b41913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ class GlutenClickHouseNativeWriteTableSuite
val insert_sql =
s"""insert overwrite $table_name partition (day)
|select id as a,
| map('t1', 'a', 't2', 'b'),
| str_to_map(concat('t1:','a','&t2:','b'),'&',':'),
| struct('1', null) as c,
| '2024-01-08' as day
|from range(10)""".stripMargin
Expand Down

0 comments on commit 5b41913

Please sign in to comment.