Skip to content

Commit

Permalink
Remove attributes which doesn't affect # of rows
Browse files Browse the repository at this point in the history
  • Loading branch information
okumin committed Feb 11, 2024
1 parent b11089e commit 36746e1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ public HiveTableScan copyIncludingTable(RelDataType newRowtype) {
@Override public RelWriter explainTerms(RelWriter pw) {
if (pw instanceof RelTreeSignatureWriter) {
return super.explainTerms(pw)
.item("columns", hiveTableScanRowType)
.item("plKey", ((RelOptHiveTable) table).getPartitionListKey())
.item("tableScanTrait", this.tableScanTrait)
.itemIf("fromVersion", ((RelOptHiveTable) table).getHiveTableMD().getVersionIntervalFrom(),
isNotBlank(((RelOptHiveTable) table).getHiveTableMD().getVersionIntervalFrom()));
Expand Down

0 comments on commit 36746e1

Please sign in to comment.