[spark] branch master updated: [SPARK-42468][CONNECT] Implement agg by (String, String)*

2023-02-16 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new cc471a52d16 [SPARK-42468][CONNECT] Implement

[spark] branch branch-3.4 updated: [SPARK-42465][CONNECT] ProtoToPlanTestSuite should use analyzed plans instead of parsed plans

2023-02-16 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new cb1fb7a2a47 [SPARK-42465][CONNECT

[spark] branch master updated: [SPARK-42465][CONNECT] ProtoToPlanTestSuite should use analyzed plans instead of parsed plans

2023-02-16 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 64aa84b21c7 [SPARK-42465][CONNECT

[spark] branch branch-3.4 updated: [SPARK-42464][CONNECT] Fix ProtoToPlanTestSuite for Scala 2.13

2023-02-16 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new 1c70f5f2d73 [SPARK-42464][CONNECT

[spark] branch master updated: [SPARK-42464][CONNECT] Fix ProtoToPlanTestSuite for Scala 2.13

2023-02-16 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 229807efd06 [SPARK-42464][CONNECT] Fix

[spark] branch branch-3.4 updated: [SPARK-42287][CONNECT][BUILD] Fix shading so that the JVM client jar can include all 3rd-party dependencies in the runtime

2023-02-16 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new 130c82c8c5a [SPARK-42287][CONNECT

[spark] branch master updated (8d863e306cb -> 49af23aa87d)

2023-02-16 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 8d863e306cb [SPARK-42457][CONNECT] Adding SparkSession#read add 49af23aa87d [SPARK-42287][CONNECT][BUILD] Fix

[spark] branch branch-3.4 updated: [SPARK-42457][CONNECT] Adding SparkSession#read

2023-02-16 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new 53f11b1087a [SPARK-42457][CONNECT

[spark] branch master updated: [SPARK-42457][CONNECT] Adding SparkSession#read

2023-02-16 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 8d863e306cb [SPARK-42457][CONNECT] Adding

[spark] branch branch-3.4 updated: [SPARK-42377][CONNECT][TESTS] Test framework for Spark Connect Scala Client

2023-02-11 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new 6f4f78df020 [SPARK-42377][CONNECT

[spark] branch master updated: [SPARK-42377][CONNECT][TESTS] Test framework for Spark Connect Scala Client

2023-02-11 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new b5bf3326ded [SPARK-42377][CONNECT][TESTS

[spark] branch branch-3.4 updated: [SPARK-42334][CONNECT][BUILD] Make sure connect client assembly and sql package is built before running client tests - SBT

2023-02-04 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new 26f100311ec [SPARK-42334][CONNECT

[spark] branch master updated: [SPARK-42334][CONNECT][BUILD] Make sure connect client assembly and sql package is built before running client tests - SBT

2023-02-04 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 104a546f6d9 [SPARK-42334][CONNECT][BUILD

[spark] branch branch-3.4 updated: [SPARK-42172][CONNECT] Scala Client Mima Compatibility Tests

2023-02-02 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new 7d32904cef6 [SPARK-42172][CONNECT

[spark] branch master updated: [SPARK-42172][CONNECT] Scala Client Mima Compatibility Tests

2023-02-02 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 15971a0e6f8 [SPARK-42172][CONNECT] Scala

[spark] branch branch-3.4 updated: [SPARK-42283][CONNECT][SCALA] Simple Scalar Scala UDFs

2023-02-01 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new 433319681b9 [SPARK-42283][CONNECT

[spark] branch master updated: [SPARK-42283][CONNECT][SCALA] Simple Scalar Scala UDFs

2023-02-01 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new fb9d7067845 [SPARK-42283][CONNECT][SCALA

[spark] branch branch-3.4 updated: [SPARK-42228][BUILD][CONNECT] Add shade and relocation rule of grpc to connect-client-jvm module

2023-02-01 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new a3a0a734074 [SPARK-42228][BUILD

[spark] branch master updated: [SPARK-42228][BUILD][CONNECT] Add shade and relocation rule of grpc to connect-client-jvm module

2023-02-01 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 48ab301dad5 [SPARK-42228][BUILD][CONNECT

[spark] branch branch-3.4 updated: [SPARK-42202][CONNECT][TEST] Improve the E2E test server stop logic

2023-01-30 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new fb2274a166c [SPARK-42202][CONNECT

[spark] branch master updated: [SPARK-42202][CONNECT][TEST] Improve the E2E test server stop logic

2023-01-30 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 3a0ec35c724 [SPARK-42202][CONNECT][TEST

[spark] branch master updated: [SPARK-42133] Add basic Dataset API methods to Spark Connect Scala Client

2023-01-23 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 934d14d73c1 [SPARK-42133] Add basic Dataset

[spark] branch master updated: [SPARK-42043][CONNECT] Scala Client Result with E2E Tests

2023-01-19 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 51b06ac4356 [SPARK-42043][CONNECT] Scala

[spark] branch master updated: [SPARK-41534][CONNECT][SQL] Setup initial client module for Spark Connect

2022-12-22 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new b3276ef4e3a [SPARK-41534][CONNECT][SQL

[spark] branch master updated (e58f12d1843 -> 30957a992ed)

2022-12-06 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from e58f12d1843 [SPARK-41411][SS] Multi-Stateful Operator watermark support bug fix add 30957a992ed [SPARK-41366

[spark] branch master updated: [SPARK-41369][CONNECT][BUILD] Split connect project into common and server projects

2022-12-06 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new ad503ca70ac [SPARK-41369][CONNECT][BUILD

[spark] branch master updated (37f1fae3514 -> d34c95161ce)

2022-12-05 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 37f1fae3514 [SPARK-41394][PYTHON][TESTS] Skip `MemoryProfilerTests` when pandas is not installed add

[spark] branch master updated (a47869af7fa -> 54c57fa8690)

2022-11-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from a47869af7fa [SPARK-41309][SQL] Reuse `INVALID_SCHEMA.NON_STRING_LITERAL` instead of `_LEGACY_ERROR_TEMP_1093

[spark] branch master updated: [SPARK-41301][CONNECT] Homogenize Behavior for SparkSession.range()

2022-11-28 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new aee49e16188 [SPARK-41301][CONNECT

[spark] branch master updated: [SPARK-41300][CONNECT] Unset schema is interpreted as Schema

2022-11-28 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 40a5751d101 [SPARK-41300][CONNECT] Unset

[spark] branch master updated: [SPARK-41114][CONNECT][PYTHON][FOLLOW-UP] Python Client support for local data

2022-11-28 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 5fbf7e2e22c [SPARK-41114][CONNECT][PYTHON

[spark] branch master updated: [SPARK-41255][CONNECT] Rename RemoteSparkSession

2022-11-25 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 77e2d453b14 [SPARK-41255][CONNECT] Rename

[spark] branch master updated: [SPARK-41224][SPARK-41165][SPARK-41184] Optimized Arrow-based collect implementation to stream from server to client

2022-11-24 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new ac029d6ec0f [SPARK-41224][SPARK-41165][SPARK

[spark] branch master updated: [SPARK-41196][CONNECT] Homogenize the protobuf version across the Spark connect server to use the same major version

2022-11-18 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new d1db4ca6815 [SPARK-41196][CONNECT

[spark] branch master updated: [SPARK-40737][CONNECT] Add basic support for DataFrameWriter

2022-10-15 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new ed845420e86 [SPARK-40737][CONNECT] Add basic

[spark] branch master updated: [SPARK-39391][CORE] Reuse Partitioner classes

2022-06-06 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new c548e593019 [SPARK-39391][CORE] Reuse

[spark] branch master updated (3d0663c -> 9d19c27)

2021-11-18 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 3d0663c [SPARK-37155][PYTHON] Inline type hints for python/pyspark/statcounter.py add 9d19c27 [SPARK

[spark] branch branch-3.1 updated: [SPARK-35898][SQL] Fix arrays and maps in RowToColumnConverter

2021-06-28 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new fe412b6 [SPARK-35898][SQL] Fix

[spark] branch master updated (356aef4 -> c660650)

2021-06-28 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 356aef4 [SPARK-35728][SPARK-35778][SQL][TESTS] Check multiply/divide of day-time and year-month interval of any

[spark] branch master updated (00f06dd -> 9a6d773)

2021-04-19 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 00f06dd [SPARK-35131][K8S] Support early driver service clean-up during app termination add 9a6d773

[spark] branch master updated (0aa2c28 -> 06c09a7)

2021-04-07 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 0aa2c28 [SPARK-34678][SQL] Add table function registry add 06c09a7 [SPARK-34969][SPARK-34906][SQL

[spark] branch master updated (9f065ff -> bd0990e)

2021-03-30 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 9f065ff [SPARK-34828][YARN] Make shuffle service name configurable on client side and allow for classpath-based

[spark] branch branch-2.4 updated: [SPARK-32901][CORE][2.4] Do not allocate memory while spilling UnsafeExternalSorter

2020-10-08 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 45a8b89 [SPARK-32901][CORE][2.4] Do

[spark] branch branch-2.4 updated: [SPARK-32901][CORE][2.4] Do not allocate memory while spilling UnsafeExternalSorter

2020-10-08 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 45a8b89 [SPARK-32901][CORE][2.4] Do

[spark] branch branch-2.4 updated: [SPARK-32901][CORE][2.4] Do not allocate memory while spilling UnsafeExternalSorter

2020-10-08 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 45a8b89 [SPARK-32901][CORE][2.4] Do

[spark] branch branch-2.4 updated: [SPARK-32901][CORE][2.4] Do not allocate memory while spilling UnsafeExternalSorter

2020-10-08 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 45a8b89 [SPARK-32901][CORE][2.4] Do

[spark] branch branch-2.4 updated: [SPARK-32901][CORE][2.4] Do not allocate memory while spilling UnsafeExternalSorter

2020-10-08 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 45a8b89 [SPARK-32901][CORE][2.4] Do

[spark] branch branch-3.0 updated: [SPARK-32901][CORE] Do not allocate memory while spilling UnsafeExternalSorter

2020-09-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d3cc564 [SPARK-32901][CORE] Do

[spark] branch branch-3.0 updated: [SPARK-32901][CORE] Do not allocate memory while spilling UnsafeExternalSorter

2020-09-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d3cc564 [SPARK-32901][CORE] Do

[spark] branch master updated (90e86f6 -> f167002)

2020-09-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 90e86f6 [SPARK-32970][SPARK-32019][SQL][TEST] Reduce the runtime of an UT for add f167002 [SPARK-32901

[spark] branch branch-3.0 updated: [SPARK-32901][CORE] Do not allocate memory while spilling UnsafeExternalSorter

2020-09-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d3cc564 [SPARK-32901][CORE] Do

[spark] branch master updated (90e86f6 -> f167002)

2020-09-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 90e86f6 [SPARK-32970][SPARK-32019][SQL][TEST] Reduce the runtime of an UT for add f167002 [SPARK-32901

[spark] branch branch-3.0 updated: [SPARK-32901][CORE] Do not allocate memory while spilling UnsafeExternalSorter

2020-09-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d3cc564 [SPARK-32901][CORE] Do

[spark] branch master updated (90e86f6 -> f167002)

2020-09-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 90e86f6 [SPARK-32970][SPARK-32019][SQL][TEST] Reduce the runtime of an UT for add f167002 [SPARK-32901

[spark] branch branch-3.0 updated: [SPARK-32901][CORE] Do not allocate memory while spilling UnsafeExternalSorter

2020-09-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d3cc564 [SPARK-32901][CORE] Do

[spark] branch master updated (90e86f6 -> f167002)

2020-09-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 90e86f6 [SPARK-32970][SPARK-32019][SQL][TEST] Reduce the runtime of an UT for add f167002 [SPARK-32901

[spark] branch master updated (90e86f6 -> f167002)

2020-09-29 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 90e86f6 [SPARK-32970][SPARK-32019][SQL][TEST] Reduce the runtime of an UT for add f167002 [SPARK-32901

[spark] branch branch-2.4 updated: [SPARK-32900][CORE] Allow UnsafeExternalSorter to spill when there are nulls

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 2fa68a6 [SPARK-32900][CORE] Allow

[spark] branch branch-3.0 updated: [SPARK-32900][CORE] Allow UnsafeExternalSorter to spill when there are nulls

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 2e94d9a [SPARK-32900][CORE] Allow

[spark] branch branch-2.4 updated: [SPARK-32900][CORE] Allow UnsafeExternalSorter to spill when there are nulls

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 2fa68a6 [SPARK-32900][CORE] Allow

[spark] branch branch-3.0 updated: [SPARK-32900][CORE] Allow UnsafeExternalSorter to spill when there are nulls

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 2e94d9a [SPARK-32900][CORE] Allow

[spark] branch master updated (92b75dc -> e5e54a3)

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 92b75dc [SPARK-32508][SQL] Disallow empty part col values in partition spec before static partition writing

[spark] branch branch-2.4 updated: [SPARK-32900][CORE] Allow UnsafeExternalSorter to spill when there are nulls

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 2fa68a6 [SPARK-32900][CORE] Allow

[spark] branch branch-3.0 updated: [SPARK-32900][CORE] Allow UnsafeExternalSorter to spill when there are nulls

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 2e94d9a [SPARK-32900][CORE] Allow

[spark] branch master updated (92b75dc -> e5e54a3)

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 92b75dc [SPARK-32508][SQL] Disallow empty part col values in partition spec before static partition writing

[spark] branch branch-2.4 updated: [SPARK-32900][CORE] Allow UnsafeExternalSorter to spill when there are nulls

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 2fa68a6 [SPARK-32900][CORE] Allow

[spark] branch branch-3.0 updated: [SPARK-32900][CORE] Allow UnsafeExternalSorter to spill when there are nulls

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 2e94d9a [SPARK-32900][CORE] Allow

[spark] branch master updated (92b75dc -> e5e54a3)

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 92b75dc [SPARK-32508][SQL] Disallow empty part col values in partition spec before static partition writing

[spark] branch branch-2.4 updated: [SPARK-32900][CORE] Allow UnsafeExternalSorter to spill when there are nulls

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 2fa68a6 [SPARK-32900][CORE] Allow

[spark] branch branch-3.0 updated: [SPARK-32900][CORE] Allow UnsafeExternalSorter to spill when there are nulls

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 2e94d9a [SPARK-32900][CORE] Allow

[spark] branch master updated (92b75dc -> e5e54a3)

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 92b75dc [SPARK-32508][SQL] Disallow empty part col values in partition spec before static partition writing

[spark] branch master updated (92b75dc -> e5e54a3)

2020-09-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 92b75dc [SPARK-32508][SQL] Disallow empty part col values in partition spec before static partition writing

[spark] branch master updated (95f1e95 -> 0a6043f)

2020-09-03 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 95f1e95 [SPARK-32782][SS] Refactor StreamingRelationV2 and move it to catalyst add 0a6043f [SPARK-32755

[spark] branch master updated (95f1e95 -> 0a6043f)

2020-09-03 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 95f1e95 [SPARK-32782][SS] Refactor StreamingRelationV2 and move it to catalyst add 0a6043f [SPARK-32755

[spark] branch master updated (95f1e95 -> 0a6043f)

2020-09-03 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 95f1e95 [SPARK-32782][SS] Refactor StreamingRelationV2 and move it to catalyst add 0a6043f [SPARK-32755

[spark] branch master updated (95f1e95 -> 0a6043f)

2020-09-03 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 95f1e95 [SPARK-32782][SS] Refactor StreamingRelationV2 and move it to catalyst add 0a6043f [SPARK-32755

[spark] branch master updated (95f1e95 -> 0a6043f)

2020-09-03 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 95f1e95 [SPARK-32782][SS] Refactor StreamingRelationV2 and move it to catalyst add 0a6043f [SPARK-32755

[spark] branch branch-3.0 updated: [SPARK-31721][SQL] Assert optimized is initialized before tracking the planning time

2020-05-19 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 70ff959 [SPARK-31721][SQL] Assert

[spark] branch branch-3.0 updated: [SPARK-31721][SQL] Assert optimized is initialized before tracking the planning time

2020-05-19 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 70ff959 [SPARK-31721][SQL] Assert

[spark] branch master updated (653ca19 -> b9cc31c)

2020-05-19 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 653ca19 [SPARK-31651][CORE] Improve handling the case where different barrier sync types in a single sync

[spark] branch master updated (653ca19 -> b9cc31c)

2020-05-19 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 653ca19 [SPARK-31651][CORE] Improve handling the case where different barrier sync types in a single sync

[spark] branch branch-3.0 updated: revert SPARK-29663 and SPARK-29688

2020-02-18 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 9947f3d revert SPARK-29663

[spark] branch branch-3.0 updated: revert SPARK-29663 and SPARK-29688

2020-02-18 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 9947f3d revert SPARK-29663

[spark] branch master updated (68d7edf -> 1b67d54)

2020-02-18 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 68d7edf [SPARK-30812][SQL][CORE] Revise boolean config name to comply with new config naming policy add

[spark] branch master updated (68d7edf -> 1b67d54)

2020-02-18 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 68d7edf [SPARK-30812][SQL][CORE] Revise boolean config name to comply with new config naming policy add

[spark] branch branch-3.0 updated: [SPARK-30806][SQL] Evaluate once per group in UnboundedWindowFunctionFrame

2020-02-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d6dcee4 [SPARK-30806][SQL] Evaluate

[spark] branch master updated (e4a541b -> 0ae3ff6)

2020-02-17 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from e4a541b [SPARK-30829][SQL] Define LegacyBehaviorPolicy enumeration as the common value for result change

[spark] branch branch-3.0 updated: [SPARK-30798][SQL] Scope Session.active in QueryExecution

2020-02-13 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 4db64ed [SPARK-30798][SQL] Scope

[spark] branch master updated (74cd46e -> e2d3983)

2020-02-13 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 74cd46e [SPARK-30816][K8S][TESTS] Fix dev-run-integration-tests.sh to ignore empty params add e2d3983

[spark] branch master updated (74cd46e -> e2d3983)

2020-02-13 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 74cd46e [SPARK-30816][K8S][TESTS] Fix dev-run-integration-tests.sh to ignore empty params add e2d3983

[spark] branch branch-3.0 updated: [SPARK-30751][SQL] Combine the skewed readers into one in AQE skew join optimizations

2020-02-13 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 78bd4b3 [SPARK-30751][SQL] Combine

[spark] branch master updated (3c4044e -> a4ceea6)

2020-02-13 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 3c4044e [SPARK-30703][SQL][DOCS] Add a document for the ANSI mode add a4ceea6 [SPARK-30751][SQL] Combine

[spark] branch branch-3.0 updated: [SPARK-30556][SQL][FOLLOWUP] Reset the status changed in SQLExecution.withThreadLocalCaptured

2020-02-10 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 3038a81 [SPARK-30556][SQL][FOLLOWUP

[spark] branch master updated (3c1c9b4 -> a6b91d2)

2020-02-10 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 3c1c9b4 [SPARK-30759][SQL] Initialize cache for foldable patterns in StringRegexExpression add a6b91d2

[spark] branch master updated (075ae1e -> d7b268a)

2019-12-03 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 075ae1e [SPARK-29537][SQL] throw exception when user defined a wrong base path add d7b268a [SPARK-29348

[spark] branch master updated (e04a634 -> 68034a8)

2019-12-02 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from e04a634 [SPARK-30075][CORE][TESTS] Fix the hashCode implementation of ArrayKeyIndexType correctly add

[spark] branch master updated (e04a634 -> 68034a8)

2019-12-02 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from e04a634 [SPARK-30075][CORE][TESTS] Fix the hashCode implementation of ArrayKeyIndexType correctly add

[spark] branch master updated (ff9fcd5 -> 1f1443e)

2019-10-14 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from ff9fcd5 Revert "[SPARK-29107][SQL][TESTS] Port window.sql (Part 1)" add 1f1443e [SPARK-29347

[spark] branch master updated (c97b3ed -> ba4d413)

2019-10-09 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from c97b3ed [SPARK-24640][SQL][FOLLOWUP] Update the SQL migration guide about `size(NULL)` add ba4d413 [SPARK

[spark] branch master updated: [SPARK-28716][SQL] Add id to Exchange and Subquery's stringArgs method for easier identifying their reuses in query plans

2019-08-23 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 1472e66 [SPARK-28716][SQL] Add id

<    1   2   3   4   5   6   7   8   9   10   >