orgadish opened a new pull request, #38144:
URL: https://github.com/apache/arrow/pull/38144
### Rationale for this change
#38033
### What changes are included in this PR?
- Added `add_pkg_name` helper.
- Added `code_name` private method to `DataType` class to store the string
name used in the code call. Refactored `code` public method to use `code_name`.
- Added `explicit_pkg_name` and `add_pkg_name` to implementation of
`DataType$code(explicit_pkg_name=FALSE)`.
- Added `explicit_pkg_name` and `add_pkg_name` to
`Schema$code(explicit_pkg_name=FALSE)`.
- Added `code` to Scheme docstring.
### Are these changes tested?
I have not been able to test this yet, as I get the following error (even
after `brew install apache-arrow --HEAD`).
```
Error in dyn.load(dll_copy_file) :
unable to load shared object
'/var/folders/gh/kkjkl7md3ml943xf33hqg6540000gp/T//RtmpFfA62h/pkgload127a31261e174/arrow.so':
dlopen(/var/folders/gh/kkjkl7md3ml943xf33hqg6540000gp/T//RtmpFfA62h/pkgload127a31261e174/arrow.so,
0x0006): symbol not found in flat namespace
'__ZN5arrow12ArrayBuilder12AppendScalarERKNS_6ScalarEx'
```
### Are there any user-facing changes?
Yes, user-facing changes, but no breaking changes to any public APIs.
--
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]