Skip to content

Commit

Permalink
ignore test: Test sql with limit without order by (#2063)
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 d4b2c00 commit edc8475
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ class IssueTestSuite extends BaseTiSparkTest {
judge("select count(1) from (select * from t order by a limit 10) e", checkLimit = false)
}

test("Test sql with limit without order by") {
ignore("Test sql with limit without order by") {
tidbStmt.execute("DROP TABLE IF EXISTS `t`")
tidbStmt.execute("""CREATE TABLE `t` (
| `a` int(11) DEFAULT NULL,
Expand Down

0 comments on commit edc8475

Please sign in to comment.