Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Feb 14, 2024
1 parent a6ac593 commit 7b95c8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flow/connectors/bigquery/merge_stmt_generator.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package connbigquery

import (
"errors"
"fmt"
"strings"

Expand All @@ -12,8 +11,6 @@ import (
"github.com/PeerDB-io/peer-flow/model/qvalue"
)

var ErrNoPrimaryKey error = errors.New("no primary key found")

type mergeStmtGenerator struct {
// dataset + raw table
rawDatasetTable *datasetTable
Expand Down

0 comments on commit 7b95c8a

Please sign in to comment.