Skip to content

Commit

Permalink
ignore enum type test because of pingcap/tidb#24395 (#2065)
Browse files Browse the repository at this point in the history
Co-authored-by: marsishandsome <[email protected]>
  • Loading branch information
ti-srebot and marsishandsome authored Apr 30, 2021
1 parent edc8475 commit e992fb0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ class SparkDataTypeTestSuite extends BaseTiSparkTest {
"select id_dt, tp_bit, tp_binary from full_data_type_table order by tp_binary is null desc, tp_binary desc, id_dt limit 10")
}

test("enum type test") {
// ignore because of https://github.com/pingcap/tidb/issues/24395
ignore("enum type test") {
compSparkWithTiDB(
qSpark =
"select id_dt, tp_enum from full_data_type_table order by tp_enum desc nulls last, id_dt limit 10",
Expand Down

0 comments on commit e992fb0

Please sign in to comment.