drin commented on PR #13487: URL: https://github.com/apache/arrow/pull/13487#issuecomment-1238658433
rebase to accommodate changes for ARROW-16695 that were introduced to `light_array.cc`. This PR extends `light_array.cc` to accommodate raw pointers which are used by ArraySpan. The rebase needed to slightly change `ColumnMetadataFromDataType` to use a raw pointer to the physical type instead of a shared pointer. Also, I changed the variable name `typ` to `ptype` to better capture that it's a physical data type. -- 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]
