C0urante opened a new pull request #10074: URL: https://github.com/apache/kafka/pull/10074
[Jira](https://issues.apache.org/jira/browse/KAFKA-12305) (Copied from Jira): The `Flatten` SMT fails for array types. A sophisticated approach that tries to flatten arrays might be desirable in some cases, and may have been punted during the early design phase of the transform, but in the interim, it's probably not worth it to make array data and the SMT mutually exclusive. A naive approach that preserves arrays as-are and doesn't attempt to flatten them seems fair for now. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org