Commit 141f9ea
Support Chunking in StreamData (facebookincubator#248)
Summary:
Another feature in the new chunking policy described in this [doc](https://fburl.com/gdoc/gkdwwju1) is the ability to split large streams above a specified limit into smaller chunks. In this diff, we implement a `popChunk` method in each `StreamData` class to handle this functionality. With this feature we are not forced to encode extremely large streams into a single chunk.
Integration will happen in the next diff.
Differential Revision: D818241431 parent 9d555db commit 141f9ea
File tree
3 files changed
+957
-10
lines changed- dwio/nimble/velox
- tests
3 files changed
+957
-10
lines changed
0 commit comments