refactor: rename Batch to Partition in error handling and processing functions for consistency
This commit is contained in:
@@ -7,7 +7,7 @@ type UnknownRowValues = []any
|
||||
type Batch struct {
|
||||
Id uuid.UUID
|
||||
PartitionId uuid.UUID
|
||||
Data []UnknownRowValues
|
||||
Rows []UnknownRowValues
|
||||
RetryCounter int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user