Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/9383#issuecomment-153451108
@davies: in the stacktrace that you posted, it looks like it's failing when
trying to update a string column when extracting a partial aggregate result
from an input row. What's confusing to me, though, is the fact that a string
column in a partial aggregate result buffer should have prevented
TungstenAggregate from being planned in the first place (see
`TungstenAggregate.supportsAggregate()`). Do you think that there might be an
input attribute binding error that's causing this (i.e. we mistakenly treat
grouping columns as belonging to the partial aggregate result)?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]