Skip to content

Commit

Permalink
print PhysicalFileScan
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Aug 26, 2024
1 parent 392d958 commit 9c2d221
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,9 @@ public Optional<TableSnapshot> getTableSnapshot() {

@Override
public String toString() {
return Utils.toSqlString("PhysicalFileScan",
return Utils.toSqlString("PhysicalFileScan[" + table.getName() + "]" + getGroupIdWithPrefix(),
"stats", statistics,
"qualified", Utils.qualifiedName(qualifier, table.getName()),
"output", getOutput(),
"stats", statistics,
"conjuncts", conjuncts,
"selected partitions num",
selectedPartitions.isPruned ? selectedPartitions.selectedPartitions.size() : "unknown"
Expand Down

0 comments on commit 9c2d221

Please sign in to comment.