Skip to content

Commit

Permalink
delete unnecesarry comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbar1432 committed Jan 6, 2025
1 parent fbabbf7 commit 53f329e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/bigquery/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ func IsSamePartitioning(meta *bigquery.TableMetadata, asset *pipeline.Asset) boo
return false
}

//proceed only if table has any partitioning
if meta.TimePartitioning == nil && meta.RangePartitioning == nil {
return true
}
Expand Down Expand Up @@ -368,8 +367,6 @@ func IsSameClustering(meta *bigquery.TableMetadata, asset *pipeline.Asset) bool
)
return false
}

//proceed only if table has clustering
if meta.Clustering == nil {
return true
}
Expand Down

0 comments on commit 53f329e

Please sign in to comment.