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

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


    from 2ec7439f51f3 [SPARK-54198][K8S] Delete Kubernetes executor pods only 
once per event processing interval
     add d6f1e224df8f [SPARK-54169][GEO][SQL] Introduce Geography and Geometry 
types in Arrow writer

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/util/MaybeNull.scala    |  21 +-
 .../org/apache/spark/sql/util/ArrowUtils.scala     |  77 ++++++
 .../apache/spark/sql/catalyst/util/STUtils.java    |   4 +
 .../spark/sql/vectorized/ArrowColumnVector.java    |  27 ++
 .../spark/sql/execution/arrow/ArrowWriter.scala    |  47 ++++
 .../apache/spark/sql/util/ArrowUtilsSuite.scala    |   4 +
 .../connect/client/arrow/ArrowEncoderSuite.scala   |  16 +-
 sql/core/pom.xml                                   |   7 +
 .../sql/execution/arrow/ArrowWriterSuite.scala     | 277 ++++++++++++++++++++-
 9 files changed, 455 insertions(+), 25 deletions(-)
 copy core/src/main/scala/org/apache/spark/util/IntParam.scala => 
common/utils/src/test/scala/org/apache/spark/util/MaybeNull.scala (63%)


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

Reply via email to