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
OrcStripeReaderJniWrapper::getSchema previously used nullptr for the memory pool parameter to arrow::ipc::SerializeSchema to implicitly call arrow::default_memory_pool(). As part of https://issues.apache.org/jira/browse/ARROW-10080 a check was placed to fail on nullptr being provided. This change removes the check, but also explicitly calls arrow::default_memory_pool() which is used elsewhere in the JNI wrapper.
OrcStripeReaderJniWrapper::getSchema
previously usednullptr
for the memory pool parameter toarrow::ipc::SerializeSchema
to implicitly callarrow::default_memory_pool()
. As part of https://issues.apache.org/jira/browse/ARROW-10080 a check was placed to fail onnullptr
being provided. This change removes the check, but also explicitly callsarrow::default_memory_pool()
which is used elsewhere in the JNI wrapper.Reporter: Terence Honles / @terencehonles
Assignee: Terence Honles / @terencehonles
PRs and other links:
Note: This issue was originally created as ARROW-10499. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: