Skip to content

Commit

Permalink
fix ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinyhZou committed Sep 19, 2024
1 parent 0da20b7 commit d552874
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1415,15 +1415,4 @@ class GlutenClickHouseHiveTableSuite
runQueryAndCompare(selectSql)(df => checkOperatorCount[ProjectExecTransformer](3)(df))
spark.sql("DROP TABLE test_tbl_7054")
}

test("GLUTEN-6506: Orc read time zone") {
val dataPath = s"$basePath/orc-data/test_reader_time_zone.snappy.orc"
val create_table_sql = ("create table test_tbl_6506(" +
"id bigint, t timestamp) stored as orc location '%s'")
.format(dataPath)
val select_sql = "select * from test_tbl_6506"
spark.sql(create_table_sql)
compareResultsAgainstVanillaSpark(select_sql, true, _ => {})
spark.sql("drop table test_tbl_6506")
}
}

0 comments on commit d552874

Please sign in to comment.