klesh commented on code in PR #4906:
URL:
https://github.com/apache/incubator-devlake/pull/4906#discussion_r1173718937
##########
backend/helpers/pluginhelper/api/batch_save_divider.go:
##########
@@ -31,13 +31,14 @@ import (
// BatchSaveDivider creates and caches BatchSave, this is helpful when dealing
with massive amount of data records
// with arbitrary types.
type BatchSaveDivider struct {
- basicRes context.BasicRes
- log log.Logger
- db dal.Dal
- batches map[reflect.Type]*BatchSave
- batchSize int
- table string
- params string
+ basicRes context.BasicRes
+ log log.Logger
+ db dal.Dal
+ batches map[reflect.Type]*BatchSave
+ batchSize int
+ table string
+ params string
+ ignoreOrigin bool
Review Comment:
Not at the moment, let's delete it for now. We can add it when we actually
need it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]