Skip to content

Commit 0404baf

Browse files
Merge branch 'firehose-dynamic-partition-fix-datatype'
2 parents 90dc972 + 81ed40b commit 0404baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/firehose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type KinesisFirehoseResponseRecord struct {
3737
}
3838

3939
type KinesisFirehoseResponseRecordMetadata struct {
40-
PartitionKeys interface{} `json:"partitionKeys"`
40+
PartitionKeys map[string]string `json:"partitionKeys"`
4141
}
4242

4343
type KinesisFirehoseRecordMetadata struct {

0 commit comments

Comments
 (0)