Skip to content

Commit

Permalink
[VL] Override #nodeName() for IcebergScanTransformer
Browse files Browse the repository at this point in the history
  • Loading branch information
leoluan2009 authored Sep 26, 2024
1 parent 230e605 commit 2f75821
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ case class IcebergScanTransformer(
}
// Needed for tests
private[execution] def getKeyGroupPartitioning: Option[Seq[Expression]] = keyGroupedPartitioning

override def nodeName: String = "Iceberg" + super.nodeName
}

object IcebergScanTransformer {
Expand Down

0 comments on commit 2f75821

Please sign in to comment.