Github user clockfly commented on the issue:
https://github.com/apache/spark/pull/14562
I think my biggest concern is about the performance and abstraction.
1. Seems there are too many function call to update each row. Is this cost
too high?
2. The new methods added in ImperativeAggregate may create confusion, like
There are both
```
def update
def doUpdate
def merge
def doMerge
def initialize
def doInitialize
```
---
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]