This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 3806887  [SPARK-27907][SQL] HiveUDAF should return NULL in case of 0 
rows
     add db48da8  [SPARK-27834][SQL][R][PYTHON] Make separate PySpark/SparkR 
vectorization configurations

No new revisions were added by this update.

Summary of changes:
 R/pkg/R/DataFrame.R                                |  8 +--
 R/pkg/R/SQLContext.R                               |  4 +-
 R/pkg/R/group.R                                    |  2 +-
 R/pkg/tests/fulltests/test_sparkSQL_arrow.R        | 84 +++++++++++-----------
 docs/sparkr.md                                     |  6 +-
 docs/sql-pyspark-pandas-with-arrow.md              |  6 +-
 examples/src/main/python/sql/arrow.py              |  2 +-
 python/pyspark/sql/dataframe.py                    | 27 +++----
 python/pyspark/sql/session.py                      | 18 ++---
 python/pyspark/sql/tests/test_arrow.py             | 24 +++++--
 python/pyspark/sql/tests/test_dataframe.py         |  2 +-
 .../spark/sql/catalyst/plans/logical/object.scala  |  4 +-
 .../org/apache/spark/sql/internal/SQLConf.scala    | 34 ++++++---
 13 files changed, 127 insertions(+), 94 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to