maropu commented on pull request #29695:
URL: https://github.com/apache/spark/pull/29695#issuecomment-701881385


   > Can we support aggregate pushdown with all the data types? For example, 
aggregating decimal values seems to have different behaviours between database 
implementations.
   >> Sorry I am not familiar with this. Could you please give me an example of 
the different implementations?
   
   For example, since PostgreSQL can have pretty large scale/precision in 
numeric, I think partial aggregated values can go over the value range of Spark 
decimals. So, I'm not sure that we can keep the same behaviour between 
with/without aggregate pushdown.
   
   


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to