File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ func (conn *redshiftDataConn) executeStatement(ctx context.Context, params *reds
221221 return nil , nil , fmt .Errorf ("execute statement:%w" , err )
222222 }
223223 queryStart := time .Now ()
224- debugLogger .Printf ("[%s] sucess execute statement: %s" , * executeOutput .Id , coalesce (params .Sql ))
224+ debugLogger .Printf ("[%s] success execute statement: %s" , * executeOutput .Id , coalesce (params .Sql ))
225225 describeOutput , err := conn .waitWithCancel (ctx , executeOutput .Id , queryStart )
226226 if err != nil {
227227 return nil , nil , err
@@ -258,7 +258,7 @@ func (conn *redshiftDataConn) batchExecuteStatement(ctx context.Context, params
258258 return nil , nil , fmt .Errorf ("execute statement:%w" , err )
259259 }
260260 queryStart := time .Now ()
261- debugLogger .Printf ("[%s] sucess execute statement: %d sqls" , * batchExecuteOutput .Id , len (params .Sqls ))
261+ debugLogger .Printf ("[%s] success execute statement: %d sqls" , * batchExecuteOutput .Id , len (params .Sqls ))
262262 describeOutput , err := conn .waitWithCancel (ctx , batchExecuteOutput .Id , queryStart )
263263 if err != nil {
264264 return nil , nil , err
You can’t perform that action at this time.
0 commit comments