wang-zhiang opened a new issue, #4776: URL: https://github.com/apache/incubator-seatunnel/issues/4776
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened When seatunneL2.3.1 uses mongo to synchronize data to hive, no error is reported, but the synchronized data is displayed as'? ', so I also tested hive and found garbled characters in hive. The seatunnel2.1.2 version used before did not have this problem. If this is not a bug, I hope you can get help ### SeaTunnel Version 2.3.1 ### SeaTunnel Config ```conf env { job.mode = "BATCH" execution.parallelism = 10 } source { Hive { table_name = "ods.mj_temp" metastore_uri = "thrift://hadoop104:9083" } } transform { } sink { Hive { table_name = "tmp.mj_temp" metastore_uri = "thrift://hadoop104:9083" } } ~ ``` ### Running Command ```shell /opt/module/seatunnel-2.3.1/bin/start-seatunnel-spark-2-connector-v2.sh --master yarn --deploy-mode client --config /opt/module/seatunnel-2.1.2/script_spark/test/seatunnel-2.3.1/hive-to.conf ``` ### Error Exception ```log No error was reported during operation.Only the Chinese data after synchronization is garbled. I have posted some samples of the data obtained after synchronization: 569160699454,????|??POSTURE PT????????????,?? ?? 568992142211,????|MINE MIRS???????????????LED???,?? ?? 568438068924,????|?????????????????????2????,?? ?? 566478155925,????|????????????????????U????,?? ?? 564262765693,????|????????????????? ????????,?? ?? 562042332078,????|???????? ?????? ?????????,?? ?? 559423175663,????|911?????????? ?????????????,?? ?? 557509244769,????|??????????RUAN???????????,?? ?? 557310183444,????|????????6???????????????,?? ?? 556109409857,????|?????????????????????????,?? ?? 549019815209,????|Oracleen?????????????????????,?? ?? 582054201255,?????????????????????????????,?? ?? 581048063649,????????????????????????????5?,?? ?? ``` ### Flink or Spark Version spark-2.4.8 ### Java or Scala Version 1.8 ### Screenshots _No response_ ### Are you willing to submit PR? - [X] 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]
