Skip to content

Commit

Permalink
fix uts
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Sep 3, 2024
1 parent 28ea9b4 commit e83f4fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ class GlutenClickHouseHiveTableSuite
| event STRUCT<
| event_info: MAP<STRING, STRING>
| >
|);
|) STORED AS PARQUET;
|""".stripMargin

val insertDataSql = """
Expand Down Expand Up @@ -1321,7 +1321,7 @@ class GlutenClickHouseHiveTableSuite

spark.sql(createTableSql)
spark.sql(insertDataSql)
runQueryAndCompare(selectSql)(df => checkOperatorCount[ProjectExecTransformer](2)(df))
runQueryAndCompare(selectSql)(df => checkOperatorCount[ProjectExecTransformer](3)(df))
spark.sql("DROP TABLE test_tbl_7054")
}
}

0 comments on commit e83f4fd

Please sign in to comment.