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 745ed93fe45 [SPARK-43423][PYTHON][ML][TESTS] Retry when `test_gmm`
fails
add 351120fd610 [SPARK-42604][CONNECT] Implement functions.typedlit
No new revisions were added by this update.
Summary of changes:
.../scala/org/apache/spark/sql/functions.scala | 31 +
.../apache/spark/sql/PlanGenerationTestSuite.scala | 49 ++
.../main/protobuf/spark/connect/expressions.proto | 14 +
.../common/LiteralValueProtoConverter.scala | 221 +++++--
.../explain-results/function_typedLit.explain | 2 +
.../query-tests/queries/function_typedLit.json | 694 +++++++++++++++++++++
.../queries/function_typedLit.proto.bin | Bin 0 -> 1148 bytes
.../planner/LiteralExpressionProtoConverter.scala | 15 +-
.../pyspark/sql/connect/proto/expressions_pb2.py | 100 +--
.../pyspark/sql/connect/proto/expressions_pb2.pyi | 98 +++
10 files changed, 1146 insertions(+), 78 deletions(-)
create mode 100644
connector/connect/common/src/test/resources/query-tests/explain-results/function_typedLit.explain
create mode 100644
connector/connect/common/src/test/resources/query-tests/queries/function_typedLit.json
create mode 100644
connector/connect/common/src/test/resources/query-tests/queries/function_typedLit.proto.bin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]