Skip to content

Commit

Permalink
Fix iceberg catalog name issue
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <[email protected]>
  • Loading branch information
dai-chen committed May 3, 2024
1 parent fcae77a commit 9a4eba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ case class IcebergSourceRelation(override val plan: DataSourceV2Relation)
extends FlintSparkSourceRelation {

override def tableName: String =
plan.table.name()
plan.identifier.map(_.toString()).get

override def output: Seq[AttributeReference] = plan.output
}

0 comments on commit 9a4eba8

Please sign in to comment.