jorisvandenbossche commented on PR #34616: URL: https://github.com/apache/arrow/pull/34616#issuecomment-1753322005
@scoder > > That's indeed more or less exactly what I did ([here](https://github.com/tolleybot/arrow/commit/f78a162ccc48cc6c9ae2ade31a0791d4d72b3b48#diff-01063ec38c5d3b6345a3a5933c68e9a60b3df177c643bbaf89bbbf3b8c768c8bR161-R166)). > > Why are you using a `cdef` function? Because I was passing the ParquetFragmentScanOptions as the C++ reference, but I can probably pass that as a python object as well (and unwrap it inside the function). And so when writing it as a `def` function instead, I don't need the `cimport` and can do a normal python import? I tried that, but I still get the same flood of incomprehensible error message as I mentioned above in https://github.com/apache/arrow/pull/34616#issuecomment-1753226304 (which only happens if the pyx file is named differently as the target module) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
