This is an automated email from the ASF dual-hosted git repository. ruifengz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
from 3bba8c892e66 [SPARK-52903][SQL][FOLLOWUP] Fix query failure with LCAs on structs add 0802097c4767 [SPARK-52837][CONNECT][PYTHON] Support TimeType in pyspark No new revisions were added by this update. Summary of changes: python/pyspark/sql/connect/expressions.py | 17 ++++++ python/pyspark/sql/connect/types.py | 5 ++ python/pyspark/sql/pandas/types.py | 3 + .../sql/tests/connect/test_connect_column.py | 3 + .../pyspark/sql/tests/connect/test_connect_plan.py | 7 ++- python/pyspark/sql/tests/test_column.py | 3 + python/pyspark/sql/tests/test_functions.py | 5 ++ python/pyspark/sql/tests/test_sql.py | 6 ++ python/pyspark/sql/tests/test_types.py | 29 +++++++-- python/pyspark/sql/types.py | 71 +++++++++++++++++++++- .../sql/execution/python/EvaluatePython.scala | 5 +- 11 files changed, 143 insertions(+), 11 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org