huyuanfeng2018 commented on PR #379: URL: https://github.com/apache/doris-flink-connector/pull/379#issuecomment-2099895708
> How was that triggered? In theory, the catalog will reach this point Then the doris table is created through the doris command and then written through flink  As shown in the figure, the stime field is at the millisecond level. I write it through flink. ``` USE CATALOG doris; insert into doris.db,table xxx ``` The `DorisCatalog#getTable` method will return the mapping of the doris table to the flink table. The precision is not considered when processing the datetime type.  -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org