From adce4181a90b729edafd2de63ccc3429e8d320ac Mon Sep 17 00:00:00 2001 From: Kunal Gupta <39487888+iamKunalGupta@users.noreply.github.com> Date: Thu, 21 Mar 2024 04:13:12 +0530 Subject: [PATCH] chore: nit fix --- flow/connectors/clickhouse/qrep_avro_sync.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flow/connectors/clickhouse/qrep_avro_sync.go b/flow/connectors/clickhouse/qrep_avro_sync.go index 9c10965f49..bc815626df 100644 --- a/flow/connectors/clickhouse/qrep_avro_sync.go +++ b/flow/connectors/clickhouse/qrep_avro_sync.go @@ -125,8 +125,7 @@ func (s *ClickhouseAvroSyncMethod) SyncQRepRecords( creds, err := s.connector.credsProvider.Provider.Retrieve(ctx) if err != nil { - // TODO what to return here? - return -1, err + return 0, err } avroFileUrl := fmt.Sprintf("https://%s.s3.%s.amazonaws.com/%s", s3o.Bucket,