This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 527547b4ed [catalog](faq) add jdbc catalog faq (#22129) 527547b4ed is described below commit 527547b4ed14cdf524576755961952119f12bc06 Author: wudi <676366...@qq.com> AuthorDate: Tue Jul 25 15:59:16 2023 +0800 [catalog](faq) add jdbc catalog faq (#22129) --- docs/en/docs/lakehouse/faq.md | 1 + docs/zh-CN/docs/lakehouse/faq.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en/docs/lakehouse/faq.md b/docs/en/docs/lakehouse/faq.md index ac9688bf08..5adc740a43 100644 --- a/docs/en/docs/lakehouse/faq.md +++ b/docs/en/docs/lakehouse/faq.md @@ -148,3 +148,4 @@ under the License. ); ``` +14. When using JDBC Catalog to synchronize MySQL data to Doris, the date data synchronization error occurs. It is necessary to check whether the MySQL version corresponds to the MySQL driver package. For example, the driver com.mysql.cj.jdbc.Driver is required for MySQL8 and above. diff --git a/docs/zh-CN/docs/lakehouse/faq.md b/docs/zh-CN/docs/lakehouse/faq.md index 24a6ae94f2..ff0196e993 100644 --- a/docs/zh-CN/docs/lakehouse/faq.md +++ b/docs/zh-CN/docs/lakehouse/faq.md @@ -148,3 +148,4 @@ under the License. ); ``` +14. 使用JDBC Catalog将MySQL数据同步到Doris中,日期数据同步错误。需要校验下MySQL的版本是否与MySQL的驱动包是否对应,比如MySQL8以上需要使用驱动com.mysql.cj.jdbc.Driver。 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org