Closed rafiton closed 7 years ago
Anything?
Hi @rafiton, I'm really back from holidays now. Could you check again with the head version (after merge of #37) which hopefully should fix the issue. Note: I could not reproduce exactly your pb, but I saw (not systematically) other errors at reading. My diagnostic is that some output variables were not always set by parquet-cpp at reading (depending on schema, etc), and if not initialized, could cause problems. I forced proper initialization.
Hi @mvertes Looks fine now - thanks for the help.
Hi Mark, I started getting strange results when converting to Parquet and back using your module and your example:
Here is the code I'm using:
And this is the code I'm reading the Parquet file:
And this is the result I'm getting:
As you can see the number 13 is shown as undefined. If I add a more complex schema more integers are shown as undefined.
I'm running AWS Linux, Node 8.2.1
Any idea?