Skip to content

Commit

Permalink
unified catalog support iceberg create_changelog_view procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
Aireed committed Jan 2, 2025
1 parent 5d544a2 commit 7aa1c15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class IcebergSparkFormat implements SparkTableFormat {
private static final Pattern TAG = Pattern.compile("tag_(.*)");
private static final Pattern CHANGES = Pattern.compile("changes");


@Override
public TableFormat format() {
return TableFormat.ICEBERG;
Expand Down

0 comments on commit 7aa1c15

Please sign in to comment.