Commit 408d788
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 <florian.scheibner@snowflake.net>
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: I02882e98a517fba882fd61f7ed3388ee255fe8621 parent 20d4a17 commit 408d788
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments