-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRILL-7418: Fixed baselines due to optimizations (#600)
After DRILL-7418, we don't enumerate files used during direct count optimization, only selection root and number of files are listed. For Hive selection root is unavailable thus only number of files will be present in plan.
- Loading branch information
Showing
2 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
5 changes: 1 addition & 4 deletions
5
...onal/hive/hive_optimizations/plan/DRILL_6331_count_into_scan_pushdown_external_table.plan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
Scan | ||
.*/hive_storage/DRILL_6331/DRILL_6331_external_table/part_col=Partition_one/000000_0 | ||
.*/hive_storage/DRILL_6331/DRILL_6331_external_table_outer_partition/part_col=Partition_three/000000_0 | ||
.*/hive_storage/DRILL_6331/DRILL_6331_external_table/part_col=Partition_two/000000_0 | ||
DirectScan | ||
numFiles = 3 | ||
DynamicPojoRecordReader.*records.*=.*12 |
5 changes: 1 addition & 4 deletions
5
...ional/hive/hive_optimizations/plan/DRILL_6331_count_into_scan_pushdown_managed_table.plan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
Scan | ||
/user/hive/warehouse/drill_6331_managed_table/part_col=Partition_three/000000_0 | ||
/user/hive/warehouse/drill_6331_managed_table/part_col=Partition_two/000000_0 | ||
/user/hive/warehouse/drill_6331_managed_table/part_col=Partition_one/000000_0 | ||
DirectScan | ||
numFiles = 3 | ||
DynamicPojoRecordReader.*records.*=.*12 |