diff --git a/docs/generated/core_configuration.html b/docs/generated/core_configuration.html index 3c88e1211404..be1e34b6f2a8 100644 --- a/docs/generated/core_configuration.html +++ b/docs/generated/core_configuration.html @@ -476,6 +476,24 @@
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