NickYoungPeng opened a new issue, #4809: URL: https://github.com/apache/seatunnel/issues/4809
### 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 hive to hive ,the tartget table don't have data   ### SeaTunnel Version 2.3.1-release ### SeaTunnel Config ```conf `env { execution.parallelism = 2 job.mode = "BATCH" } source { Hive { table_name = "default.test3" metastore_uri = "thrift://192.168.112.127:9083" result_table_name = "user" } } transform { Replace { source_table_name = "user" result_table_name = "user_1" replace_field = "emails" pattern = "qq" replacement = "163" is_regex = true } } sink { Hive { source_table_name = "user_1" table_name = "db_test_dev.test3" metastore_uri = "thrift://192.168.112.127:9083" } }` ``` ### Running Command ```shell run org.apache.seatunnel.example.flink.v2.SeaTunnelApiExample.main() ``` ### Error Exception ```log not error Exception ``` ### Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### 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]
