Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-peerdb committed Jan 29, 2024
1 parent 3a3ac83 commit 2c46faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/clickhouse/normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (c *ClickhouseConnector) NormalizeRecords(req *model.NormalizeRecordsReques
insertIntoSelectQuery.WriteString(selectQuery.String())

q := insertIntoSelectQuery.String()
c.logger.InfoContext(c.ctx, fmt.Sprintf("[clickhouse] insert into select query", q))
c.logger.InfoContext(c.ctx, fmt.Sprintf("[clickhouse] insert into select query %s", q))

_, err = c.database.ExecContext(c.ctx, q)
if err != nil {
Expand Down

0 comments on commit 2c46faa

Please sign in to comment.