gitmodimo opened a new pull request, #47391: URL: https://github.com/apache/arrow/pull/47391
### Rationale for this change Allow supplying any scalar as feature ### What changes are included in this PR? Support scalar in PivotLonger ### Are these changes tested? Yes ### Are there any user-facing changes? Yes. **This PR includes breaking changes to public APIs.** (If there are any breaking changes to public APIs, please explain which changes are breaking. If not, you can remove this.) Row templates now accept scalar as argument. To pass string and maintain the same operation user must pass string wrapped in std::make_shared<StringScalar>(). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org