MyeoungDev opened a new issue, #11221: URL: https://github.com/apache/seatunnel/issues/11221
### 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 ### Description `CopyTransform` does not currently support several data types that are already used throughout the SeaTunnel pipeline: - `timestamp_tz` - Vector types - `binary_vector` - `float_vector` - `float16_vector` - `bfloat16_vector` - `sparse_float_vector` - `multiple_row` As a result, these data types cannot be be copied correctly when using `CopyTransform`, even though they are already supported by other components in the pipeline. Additionally, `CopyTransform` currently does not have unit tests. ### Goals - Add `CopyTransform` support for `timestamp_tz` - Add `CopyTransform` support for all vector types: - `binary_vector` - `float_vector` - `float16_vector` - `bfloat16_vector` - `sparse_float_vector` - Add `CopyTransform` support for `multiple_row` - Add unit tests covering the supported copy cases - Add end-to-end (E2E) tests for the copy path ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a 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]
