You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
=======
problem statement - when trying to read a parquet file that was
generated using V2 parquet and had RLE_DICTIONARY, got an error: invalid
encoding: RLE_DICTIONARY #96
Reported issue: #96
Solution
========
What I/we did to solve this problem
added: export * as RLE_DICTIONARY from './plain_dictionary';
----------------
I added this line to an existing project in the node modules and it
works. without this line I get an an error with this line added - it
passed
---------
Co-authored-by: Wil Wade <[email protected]>
0 commit comments