Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-cb committed Jan 7, 2025
1 parent 9ffdd17 commit 2e5b1bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/dynamodb/dynamodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func (d *DynamoDB) StreamData(ctx context.Context, mChan chan map[string]interfa
}

func (d *DynamoDB) parallelScanSegment(ctx context.Context, segment int, mChan chan map[string]interface{}) error {
fmt.Println(int32(segment), int32(d.segments), int32(d.limit))
paginator := d.db.NewPaginator(int32(segment), int32(d.segments), int32(d.limit))
for paginator.HasMorePages() {
output, err := paginator.NextPage(ctx)
Expand Down

0 comments on commit 2e5b1bc

Please sign in to comment.