TeAmo
TeAmo
Hello there, I'm a hardware rookie, and I've never touched anything about hardware before. But I think the Redox Manuform model is really nice, and I would really want to...
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description I'm rewritting seatunnel-web code and I found seatunnel-client has lots...
### 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 I using SeaTunnel Client and wanna to check out the...
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description I found there are lots of bugs in SeaTunnel-Web Project...
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description I'm working on a project that it required to move...
## Purpose of this pull request This PR adds the JobExecutor Delete functions. It work like this: If the Job haven't been completed, cancel it in the engine, and then...
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description I'm rewrting SeaTunnel-Web for some reason, I found that there...
### Purpose of this pull request Fix `KuduCatalogFactory.optionRule()` will throw an Exception because conditional OptionRule should be in the optinal or required options. ### Does this PR introduce _any_ user-facing...
Fix `MySqlTypeConverter` could not be instantiated because `ServiceLoader` Should have a NonArgsContractor. ### Purpose of this pull request Fix ConverterLoader Can not load the MySqlTypeConverter. ### Does this PR introduce...
### Purpose of this pull request JdbcCatalogOptions BASE builder will be changed by call `required()` because it just a static variable and Builder inner list will be changed if you...