You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/01/06 14:57:54 UTC

[GitHub] [incubator-doris] bigdatabase33 opened a new issue #5200: 数据不同步问题

bigdatabase33 opened a new issue #5200:
URL: https://github.com/apache/incubator-doris/issues/5200


   **在从一张MySQL外部表往Doris中的一张表导入数据时,报这样的错:**
   ![image](https://user-images.githubusercontent.com/55588378/103781343-2d82b780-5071-11eb-879d-764616feb21e.png)
   **原因是mysql表中有一条数据某个字段是int类型,但其值大于int类型的取值范围,所有我就在MySQL中把该条数据删除了**
   ![image](https://user-images.githubusercontent.com/55588378/103781738-b1d53a80-5071-11eb-80bf-7494495336f4.png)
   **并且在doris中MySQL的映射表也查不到该条数据了**
   ![image](https://user-images.githubusercontent.com/55588378/103781991-e812ba00-5071-11eb-922d-c4ad46ac7eeb.png)
   **但是插入数据时还是会报一样的错**
   ![image](https://user-images.githubusercontent.com/55588378/103782159-12fd0e00-5072-11eb-97c1-57e6419dafa8.png)
   **不知道这是什么原因造成的?**


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] bigdatabase33 closed issue #5200: 数据不同步问题

Posted by GitBox <gi...@apache.org>.
bigdatabase33 closed issue #5200:
URL: https://github.com/apache/incubator-doris/issues/5200


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org