[ https://issues.apache.org/jira/browse/SPARK-28545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun resolved SPARK-28545.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.4.4
2.3.4
3.0.0
Issue resolved by pull request 25276
[https://github.com/apache/spark/pull/25276]
> Add the hash map size to the directional log of ObjectAggregationIterator
> -------------------------------------------------------------------------
>
> Key: SPARK-28545
> URL: https://issues.apache.org/jira/browse/SPARK-28545
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 3.0.0
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Trivial
> Fix For: 3.0.0, 2.3.4, 2.4.4
>
>
> `ObjectAggregationIterator` shows a directional info message to increase `spark.sql.objectHashAggregate.sortBased.fallbackThreshold`
when the size of the in-memory hash map grows too large and it falls back to sort-based aggregation.
> However, we don't know how much we need to increase. This issue add the size of the current
in-memory hash map size to the log message.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|