pitrou commented on PR #34616: URL: https://github.com/apache/arrow/pull/34616#issuecomment-1752858688
I think the "dummy version with the same interface" will have to be at the Cython level, not the C++ level. In other words, we could have both a `_dataset_parquet_encryption.pyx` and a `_dataset_parquet_no_encryption.pyx` providing the same `cdef api` functions to handle options (wrap/unwrap them, etc.). -- 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]
