Closed tsreaper closed 1 week ago
Unlike Spark, Flink does not support directly updating a nested column. So we support updating a whole row type to another row type in Flink to implement this feature.
Unit tests and IT cases.
No format changes.
Document will be added later.
Purpose
Unlike Spark, Flink does not support directly updating a nested column. So we support updating a whole row type to another row type in Flink to implement this feature.
Tests
Unit tests and IT cases.
API and Format
No format changes.
Documentation
Document will be added later.