Thank you, the hint about not seeing Parquet frames helped me solve the
issue. I was not linking the Parquet .so with the plugin .so. Once linked
everything worked as expected.
Thank you,
Rares
On Sat, May 21, 2022 at 10:45 PM Micah Kornfield
wrote:
> Hi Rares,
> Based on the stack trace, I'm n
Hi Rares,
Based on the stack trace, I'm not seeing any Arrow/Parquet related frames.
Two things come to mind:
1. This seems like it might be heap corruption (see
https://stackoverflow.com/questions/10578315/segmentation-fault-in-dl-runtime-resolve).
Try running using ASAN or valgrind.
2. (Less l
Hello,
We have a plugin that writes both Arrow and Parquet format files. We are
experiencing an issue when using Parquet format, while Arrow format works
just fine. More exactly, the process crashes in parquet::arrow::WriteTable.
Using gdb we identified the line when the process crashes
https://g