diff --git a/docs/generated/core_configuration.html b/docs/generated/core_configuration.html index 33d038ba43de..65c66ad60a2c 100644 --- a/docs/generated/core_configuration.html +++ b/docs/generated/core_configuration.html @@ -476,6 +476,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