lvshaokang opened a new pull request, #20699:
URL: https://github.com/apache/doris/pull/20699
## Proposed changes
Issue Number: close #20603
<!--Describe your changes.-->
return err msg, instead of null
```
mysql> LOAD DATA LOCAL
-> INFILE '/client_local.csv'
-> INTO TABLE test.t1
-> COLUMNS TERMINATED BY ','
-> LINES TERMINATED BY '\n'
-> IGNORE 1 LINES
-> (pk, v1)
-> PROPERTIES ("strict_mode"="true");
ERROR 1105 (HY000): errCode = 2, detailMessage =
[PUBLISH_TIMEOUT]transaction commit successfully, BUT data will be visible
later with load id 44ad1ada-e221-4d2c-a2ea-5f09a6791b48
```
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[[email protected]](mailto:[email protected]) by explaining why you
chose the solution you did and what alternatives you considered, etc...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]