kbajalc / parquets

MIT License
44 stars 21 forks source link

encodeColumnChunk minor cleanup #15

Closed dobesv closed 3 years ago

dobesv commented 3 years ago

This logic seemed like it could be simplified to just push the two values onto the array instead of constructing an object with two known keys and looping over those two keys.