Browse Source

MINOR: Correct type of record batch CRC field (#13583)

The CRC field of Record Batch was incorrectly documented as int32 while in reality it's an unsigned uint32 field.

Reviewers: Luke Chen <showuon@gmail.com>
pull/13586/head
Anton Agestam 1 year ago committed by GitHub
parent
commit
6ca8f0d5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/implementation.html

2
docs/implementation.html

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
batchLength: int32
partitionLeaderEpoch: int32
magic: int8 (current magic value is 2)
crc: int32
crc: uint32
attributes: int16
bit 0~2:
0: no compression

Loading…
Cancel
Save