Skip to content

Commit 72ea42c

Browse files
committed
Note that padding is 64-bytes at start of file (for now)
Change-Id: I4da527fb90b66750ddaf54c783414858f2be7150
1 parent c2ffde4 commit 72ea42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format/IPC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In general, the file looks like:
2424

2525
```
2626
<magic number "ARROW1">
27-
<empty padding bytes [to 8 byte boundary]>
27+
<empty padding bytes [to 64 byte boundary]>
2828
<DICTIONARY 0>
2929
...
3030
<DICTIONARY k - 1>

0 commit comments

Comments
 (0)