Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Apr 24, 2023
1 parent 424698b commit ac96548
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,13 +399,21 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("returning batch for wide table")
// decimal failed ut
.exclude("SPARK-34212 Parquet should read decimals correctly")
// Timestamp is read as INT96.
.exclude("SPARK-10634 timestamp written and read as INT64 - truncation")
.exclude("Migration from INT96 to TIMESTAMP_MICROS timestamp type")
.exclude("SPARK-10365 timestamp written and read as INT64 - TIMESTAMP_MICROS")
enableSuite[GlutenParquetV2QuerySuite]
// spark.sql.parquet.enableVectorizedReader=true not supported
.exclude("SPARK-16632: read Parquet int32 as ByteType and ShortType")
.exclude("Enabling/disabling ignoreCorruptFiles")
.exclude("returning batch for wide table")
// decimal failed ut
.exclude("SPARK-34212 Parquet should read decimals correctly")
// Timestamp is read as INT96.
.exclude("SPARK-10634 timestamp written and read as INT64 - truncation")
.exclude("Migration from INT96 to TIMESTAMP_MICROS timestamp type")
.exclude("SPARK-10365 timestamp written and read as INT64 - TIMESTAMP_MICROS")
// requires resource files from Vanilla spark jar
// enableSuite[GlutenParquetRebaseDatetimeV1Suite]
// enableSuite[GlutenParquetRebaseDatetimeV2Suite]
Expand Down

0 comments on commit ac96548

Please sign in to comment.