IMPORT INTO should explicitly return error for unsupported use case #55497
Labels
component/ddl
This issue is related to DDL of TiDB.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
severity/moderate
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
IMPORT INTO is a complex statement, it may be executed in multiple TiDB nodes in the cluster. And its internal implementation is different from LOAD DATA which users may think they are similar. So we should explicitly return error for unsupported use case.
For example,
will not return error and will not import any data due to an internal panic
2. What did you expect to see? (Required)
error message or data is imported.
3. What did you see instead (Required)
see above
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: