Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-739: Don't use a static buffer for data accessed by multiple …
…threads This buffer is used in multiple threads, so it cannot be static. It's small enough to just have it on the stack. I could add a vector to the RleDecoder class as well if you prefer Author: fscheibner <[email protected]> Closes apache#175 from flode/static and squashes the following commits: 9876c31 [fscheibner] Don't use a static buffer for data accessed by multiple threads Change-Id: I02882e98a517fba882fd61f7ed3388ee255fe862
- Loading branch information