-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
seems due to unstable order
time="2023-10-08T12:00:37+08:00" level=error msg="run test [planner/core/integration_partition] err: sql:select * from t where a < 2;: failed to run query
\"select * from t where a < 2;\"
around line 642,
we need(116):
select * from t where a < 2;
a\tb\tc
-2147483648\t0000-00-00 00:00:00\t
-2147483648\t0000-00-00 00:00:00\tNULL
1\tNULL\tWow
but got(116):
select * from t where a < 2;
a\tb\tc
-2147483648\t0000-00-00 00:00:00\tNULL
-2147483648\t0000-00-00 00:00:00\t
1\tNULL\tWow
"
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master