Skip to content

Commit

Permalink
Remove "tpcds:" prefix from TpcdsTableHandle.toString
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe authored and kokosing committed Jul 30, 2019
1 parent f1cc417 commit d188e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public double getScaleFactor()
@Override
public String toString()
{
return "tpcds:" + tableName + ":sf" + scaleFactor;
return tableName + ":sf" + scaleFactor;
}

@Override
Expand Down

0 comments on commit d188e90

Please sign in to comment.