HeartSaVioR commented on issue #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec URL: https://github.com/apache/spark/pull/25830#issuecomment-532858294 >> array types is more obvious than binary types? > array type is ArrayData, which doesn't have this issue. Yes exactly. I suspected about ArrayType for the first time, and realized its javaType is not array. So for now, only BinaryType hits the issue, if I understand correctly. Maybe `array types in javaType` could be more obvious.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
