Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interface conversion: interface {} is nil, not time.Time #37989

Closed
ChenPeng2013 opened this issue Sep 20, 2022 · 0 comments · Fixed by #37998 · May be fixed by alex-quan-001/tidb#1
Closed

interface conversion: interface {} is nil, not time.Time #37989

ChenPeng2013 opened this issue Sep 20, 2022 · 0 comments · Fixed by #37998 · May be fixed by alex-quan-001/tidb#1
Assignees

Comments

@ChenPeng2013
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

tiup deploy a cluster

CREATE table t(c int);
insert into t values(1),(2),(3);
alter table t set tiflash replica 1;
SELECT c from t ORDER BY c;

2. What did you expect to see? (Required)

MySQL [test]> SELECT c from t ORDER BY c;
+------+
| c    |
+------+
|    1 |
|    2 |
|    3 |
+------+
3 rows in set (0.00 sec)

3. What did you see instead (Required)

MySQL [test]> SELECT c from t ORDER BY c;
ERROR 2013 (HY000): Lost connection to MySQL server during query

4. What is your TiDB version? (Required)

Release Version: v6.3.0
Edition: Community
Git Commit Hash: bfa9d08e316885a01c18f7fdba529f873dd69872
Git Branch: heads/refs/tags/v6.3.0
UTC Build Time: 2022-09-20 03:50:55
GoVersion: go1.19
Race Enabled: false
TiKV Min Version: 6.2.0-alpha
Check Table Before Drop: false
Store: tikv
@ChenPeng2013 ChenPeng2013 added type/bug The issue is confirmed as a bug. sig/execution SIG execution severity/critical component/tiflash labels Sep 20, 2022
@ti-chi-bot ti-chi-bot added may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.0 may-affects-6.1 may-affects-6.2 may-affects-6.3 labels Sep 20, 2022
@jebter jebter added affects-6.3 and removed may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-6.0 may-affects-6.1 may-affects-6.2 may-affects-6.3 labels Sep 20, 2022
ti-chi-bot pushed a commit that referenced this issue Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants