You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "viirya (via GitHub)" <gi...@apache.org> on 2023/05/08 17:24:55 UTC

[GitHub] [arrow-datafusion] viirya commented on pull request #6269: Fix inconsistent array type for binary numerical operators result between array and scalar

viirya commented on PR #6269:
URL: https://github.com/apache/arrow-datafusion/pull/6269#issuecomment-1538757905

   > Now that some of the kernels actually support dictionary encoded arrays natively, I wonder if it would be possible to maintain the dictionary encoding as part of the coercion rules (rather than coercing the output to a primitive type)?
   
   For mathematics numerical kernels, the returned type of two dictionary input arrays is primitive array. So for `mathematics_numerical_coercion`, this looks still correct.
   
   


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org