1309637127 opened a new issue, #4890: URL: https://github.com/apache/seatunnel/issues/4890
### 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 We use the seatunnel to copy a table from hive to clickhouse with 6 shards we enabled the seatunnel splitmode and set the sharding_key. When the task is finished, we found that there is only 4 shards have data, the other 2 shard does not have data. ### SeaTunnel Version 2.1.3 ### SeaTunnel Config ```conf split_mode = true sharding_key = CUST_NO ``` ### Running Command ```shell no command ``` ### Error Exception ```log no exception ``` ### Flink or Spark Version Spark 2.3.2 ### 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]
