diff --git a/docs/generated/core_configuration.html b/docs/generated/core_configuration.html index 70989a7bc76b..de0596ace90b 100644 --- a/docs/generated/core_configuration.html +++ b/docs/generated/core_configuration.html @@ -512,6 +512,12 @@
Separating this from {@link DataEvolutionSplitRead} keeps the reader-building (IO) thin and
+ * lets the layout logic be unit-tested directly. Only one level of nested composition is supported;
+ * deeper or cross-file splits of a sub-struct throw {@link UnsupportedOperationException}.
+ */
+class DataEvolutionReadPlanner {
+
+ private final RowType readRowType;
+ // for each bunch, the (row-tracked) row type it physically provides
+ private final List