fhj123456789 commented on issue #27574: URL: https://github.com/apache/doris/issues/27574#issuecomment-1827267459
原因已经找到并且修改代码后可以正常写入  在range 分区转换datetime的时候,ETLConfig中的类型为DATETIMEV2,该版本的日期类对返回结果做了改动,不再是14位的 yyyyMMddHHmmss格式而是进行过位运算的18位long类型  把SparkDPP中的日期转换修改成以下代码  -- 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