alamb opened a new issue #376: URL: https://github.com/apache/arrow-datafusion/issues/376
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** There is non trivial overlap of similar, but not quite the same features in `GroupByScalar` and `ScalarValue ` As discussed on https://github.com/apache/arrow-datafusion/issues/364#issuecomment-844401489 we think this is an historical artifact and the code would be simpler / have fewer bugs if they were combined. **Describe the solution you'd like** COmbine the two classes (into ScalarValue) -- 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. For queries about this service, please contact Infrastructure at: [email protected]
