@@ -239,6 +239,7 @@ physical_plan after ProjectionPushdown SAME TEXT AS ABOVE
239239physical_plan after OutputRequirements DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/datafusion/core/tests/data/example.csv]]}, projection=[a, b, c], file_type=csv, has_header=true
240240physical_plan after LimitAggregation SAME TEXT AS ABOVE
241241physical_plan after LimitPushPastWindows SAME TEXT AS ABOVE
242+ physical_plan after HashJoinBuffering SAME TEXT AS ABOVE
242243physical_plan after LimitPushdown SAME TEXT AS ABOVE
243244physical_plan after ProjectionPushdown SAME TEXT AS ABOVE
244245physical_plan after PushdownSort SAME TEXT AS ABOVE
@@ -319,6 +320,7 @@ physical_plan after OutputRequirements
31932002)--DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/parquet-testing/data/alltypes_plain.parquet]]}, projection=[id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, timestamp_col], limit=10, file_type=parquet, statistics=[Rows=Exact(8), Bytes=Absent, [(Col[0]: ScanBytes=Exact(32)),(Col[1]: ScanBytes=Inexact(24)),(Col[2]: ScanBytes=Exact(32)),(Col[3]: ScanBytes=Exact(32)),(Col[4]: ScanBytes=Exact(32)),(Col[5]: ScanBytes=Exact(64)),(Col[6]: ScanBytes=Exact(32)),(Col[7]: ScanBytes=Exact(64)),(Col[8]: ScanBytes=Inexact(88)),(Col[9]: ScanBytes=Inexact(49)),(Col[10]: ScanBytes=Exact(64))]]
320321physical_plan after LimitAggregation SAME TEXT AS ABOVE
321322physical_plan after LimitPushPastWindows SAME TEXT AS ABOVE
323+ physical_plan after HashJoinBuffering SAME TEXT AS ABOVE
322324physical_plan after LimitPushdown DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/parquet-testing/data/alltypes_plain.parquet]]}, projection=[id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, timestamp_col], limit=10, file_type=parquet, statistics=[Rows=Exact(8), Bytes=Absent, [(Col[0]: ScanBytes=Exact(32)),(Col[1]: ScanBytes=Inexact(24)),(Col[2]: ScanBytes=Exact(32)),(Col[3]: ScanBytes=Exact(32)),(Col[4]: ScanBytes=Exact(32)),(Col[5]: ScanBytes=Exact(64)),(Col[6]: ScanBytes=Exact(32)),(Col[7]: ScanBytes=Exact(64)),(Col[8]: ScanBytes=Inexact(88)),(Col[9]: ScanBytes=Inexact(49)),(Col[10]: ScanBytes=Exact(64))]]
323325physical_plan after ProjectionPushdown SAME TEXT AS ABOVE
324326physical_plan after PushdownSort SAME TEXT AS ABOVE
@@ -363,6 +365,7 @@ physical_plan after OutputRequirements
36336502)--DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/parquet-testing/data/alltypes_plain.parquet]]}, projection=[id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, timestamp_col], limit=10, file_type=parquet
364366physical_plan after LimitAggregation SAME TEXT AS ABOVE
365367physical_plan after LimitPushPastWindows SAME TEXT AS ABOVE
368+ physical_plan after HashJoinBuffering SAME TEXT AS ABOVE
366369physical_plan after LimitPushdown DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/parquet-testing/data/alltypes_plain.parquet]]}, projection=[id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, timestamp_col], limit=10, file_type=parquet
367370physical_plan after ProjectionPushdown SAME TEXT AS ABOVE
368371physical_plan after PushdownSort SAME TEXT AS ABOVE
@@ -600,6 +603,7 @@ physical_plan after ProjectionPushdown SAME TEXT AS ABOVE
600603physical_plan after OutputRequirements DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/datafusion/core/tests/data/example.csv]]}, projection=[a, b, c], file_type=csv, has_header=true
601604physical_plan after LimitAggregation SAME TEXT AS ABOVE
602605physical_plan after LimitPushPastWindows SAME TEXT AS ABOVE
606+ physical_plan after HashJoinBuffering SAME TEXT AS ABOVE
603607physical_plan after LimitPushdown SAME TEXT AS ABOVE
604608physical_plan after ProjectionPushdown SAME TEXT AS ABOVE
605609physical_plan after PushdownSort SAME TEXT AS ABOVE
0 commit comments