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/01 07:49:28 UTC

[GitHub] [arrow-datafusion] viirya opened a new issue, #6174: Handle ScalarValue::Dictionary in add_to_row and update_avg_to_row

viirya opened a new issue, #6174:
URL: https://github.com/apache/arrow-datafusion/issues/6174

   ### Describe the bug
   
   We've encountered errors about Dictionary scalar that sum row updater cannot handle, while running some internal tests on top of DataFusion. Under some conditions, hash aggregation updates accumulators using scalar from input arrays, the scalar values obtained from `try_from_array` could be Dictionary scalar. Currently seems `add_to_row` and `update_avg_to_row` both don't handle such cases.
   
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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.apache.org

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


[GitHub] [arrow-datafusion] viirya closed issue #6174: Handle ScalarValue::Dictionary in add_to_row and update_avg_to_row

Posted by "viirya (via GitHub)" <gi...@apache.org>.
viirya closed issue #6174: Handle ScalarValue::Dictionary in add_to_row and update_avg_to_row
URL: https://github.com/apache/arrow-datafusion/issues/6174


-- 
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