Skip to content

Commit

Permalink
DRILL-7418: Fixed baselines due to optimizations (#600)
Browse files Browse the repository at this point in the history
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
agozhiy authored Oct 30, 2019
1 parent d234e62 commit 046e85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
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
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

0 comments on commit 046e85f

Please sign in to comment.