liujishui87 opened a new issue, #9788:
URL: https://github.com/apache/seatunnel/issues/9788

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   doris 2.1.8 to doris  2.1.10
   datetimev2 synchronised after the date becomes 1970-01-21
   
   ### SeaTunnel Version
   
   2.3.11
   
   ### SeaTunnel Config
   
   ```conf
   env {
     parallelism = 1
     job.mode = "STREAMING"
     checkpoint.interval = 5000
   }
   source {
      Doris {
             fenodes = "x.x.x.x:8030"
             username = "root"
             password = "***"
             database = "test"
             table = "d_event"
           }
   }
   
   sink {
      Doris {
             fenodes = "x.x.x.x:8030"
             username = "root"
             password = "****"
             database = "test"
             table = "d_event"
                  sink.label-prefix = "test-cdc"
             sink.enable-2pc = "true"
                  sink.enable-delete = "true"
                  sink.max-retries = 3
             doris.config = {
               format = "json"
               read_json_by_line="true"
             }
         }
   }
   ```
   
   ### Running Command
   
   ```shell
   ./bin/seatunnel.sh --config ./job/doris.conf -m local
   ```
   
   ### Error Exception
   
   ```log
   none
   ```
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   jdk8
   
   ### Screenshots
   
   doris 2.1.8
   datetimev2 synchronised after the date becomes 1970-01-21
   
   <img width="3079" height="631" alt="Image" 
src="https://github.com/user-attachments/assets/d91ae4bc-23e5-4624-bf06-ea053b518410";
 />
   
   <img width="3004" height="598" alt="Image" 
src="https://github.com/user-attachments/assets/8e306f51-fe21-4e16-a33b-f87164744785";
 />
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to