You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/11/30 05:06:09 UTC

[GitHub] [spark] grundprinzip commented on pull request #38841: [SPARK-41325] [CONNECT] Fix missing avg() for GroupBy on DF

grundprinzip commented on PR #38841:
URL: https://github.com/apache/spark/pull/38841#issuecomment-1331648955

   
   > 1, pyspark and scala api only accept string `*str` / `string*`
   
   @zhengruifeng can you elaborate? I tested the same code in PySpark and it works as well. 
   
   
   
   > 2, pyspark and scala api will check the schema, if the datatype is unexpected, it fails;
   
   What do you mean? 
   
   
   > 
   > 3, if the no input column, it will check the schema and select all the numeric columns.
   
   This is more missing functionality than this particular bug correct?
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org