zougengwei opened a new issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error URL: https://github.com/apache/incubator-doris/issues/3303 LOAD LABEL example_db.label ( DATA INFILE("hdfs://hdfs_host:hdfs_port/user/palo/data/input/old_file") INTO TABLE `my_table` COLUMNS TERMINATED BY "," (k1, k2) ) 通过hdfs导入数据到doris时,当导入文件中的列k1值为 1900-01-01 08:00:00时导入会报:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error 的错误 自己尝试了设置max_filter_ratio也不行。想问能否在不改变原数据的情况下,有没有好的处理方案(例如:在导入语句方面做处理有没好的解决方案)
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org