[spark] branch branch-3.1 updated: [SPARK-38631][CORE] Uses Java-based implementation for un-tarring at Utils.unpack

2022-03-23 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 b0b226e [SPARK-38631][CORE] Uses

[spark] branch branch-3.2 updated: [SPARK-38631][CORE] Uses Java-based implementation for un-tarring at Utils.unpack

2022-03-23 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 271b338 [SPARK-38631][CORE] Uses

[spark] branch branch-3.3 updated: [SPARK-38631][CORE] Uses Java-based implementation for un-tarring at Utils.unpack

2022-03-23 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new fb9c633 [SPARK-38631][CORE] Uses

[spark] branch master updated (6743aaa -> 057c051)

2022-03-23 Thread gurwls223
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 6743aaa [SPARK-38625][SQL] DataSource V2: Add APIs for group-based row-level operations add 057c051

[spark] branch branch-3.3 updated: [SPARK-38625][SQL] DataSource V2: Add APIs for group-based row-level operations

2022-03-23 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new c6cd2cc [SPARK-38625][SQL] DataSource

[spark] branch master updated (7165123 -> 6743aaa)

2022-03-23 Thread wenchen
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 7165123 [SPARK-32268][TESTS][FOLLOWUP] Fix `BloomFilterAggregateQuerySuite` failed in ansi mode add 6743aaa

[spark] branch branch-3.3 updated: [SPARK-32268][TESTS][FOLLOWUP] Fix `BloomFilterAggregateQuerySuite` failed in ansi mode

2022-03-23 Thread yumwang
This is an automated email from the ASF dual-hosted git repository. yumwang pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new bb0e8e2 [SPARK-32268][TESTS][FOLLOWUP]

[spark] branch master updated: [SPARK-32268][TESTS][FOLLOWUP] Fix `BloomFilterAggregateQuerySuite` failed in ansi mode

2022-03-23 Thread yumwang
This is an automated email from the ASF dual-hosted git repository. yumwang 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 7165123 [SPARK-32268][TESTS][FOLLOWUP] Fix

[spark] branch master updated: [SPARK-38611][TESTS] Replace `intercept` with `assertThrows` in `CatalogLoadingSuite`

2022-03-23 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen 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 39fc7ee [SPARK-38611][TESTS] Replace

[spark] branch master updated: [SPARK-38613][CORE] Change the exception type thrown by `PushBlockStreamCallback#abortIfNecessary` from `RuntimeException` to `IllegalStateException`

2022-03-23 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen 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 2eae3db [SPARK-38613][CORE] Change the

[spark] branch master updated (c5ebdc6 -> 71f1083)

2022-03-23 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from c5ebdc6 [SPARK-18621][PYTHON] Make sql type reprs eval-able add 71f1083 [SPARK-38635][YARN] Remove duplicate

[spark] branch branch-3.3 updated: [SPARK-18621][PYTHON] Make sql type reprs eval-able

2022-03-23 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new eb5d8fa [SPARK-18621][PYTHON] Make sql

[spark] branch master updated: [SPARK-18621][PYTHON] Make sql type reprs eval-able

2022-03-23 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen 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 c5ebdc6 [SPARK-18621][PYTHON] Make sql type

[spark] branch branch-3.3 updated: [SPARK-37483][SQL][FOLLOWUP] Rename `pushedTopN` to `PushedTopN` and improve JDBCV2Suite

2022-03-23 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new 737077a [SPARK-37483][SQL][FOLLOWUP]

[spark] branch master updated (861e8b4 -> 4fe55c5)

2022-03-23 Thread wenchen
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 861e8b4 [SPARK-38628][SQL] Complete the copy method in subclasses of InternalRow, ArrayData, and MapData to safely

[spark] branch branch-3.3 updated: [SPARK-38628][SQL] Complete the copy method in subclasses of InternalRow, ArrayData, and MapData to safely copy their instances

2022-03-23 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new 90b01fc [SPARK-38628][SQL] Complete

[spark] branch master updated: [SPARK-38628][SQL] Complete the copy method in subclasses of InternalRow, ArrayData, and MapData to safely copy their instances

2022-03-23 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 861e8b4 [SPARK-38628][SQL] Complete the copy

[spark] branch branch-3.0 updated: resolve conflicts

2022-03-23 Thread yao
This is an automated email from the ASF dual-hosted git repository. yao 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 914b2ff resolve conflicts 914b2ff is

[spark] branch branch-3.1 updated: resolve conflicts

2022-03-23 Thread yao
This is an automated email from the ASF dual-hosted git repository. yao 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 43c6b91 resolve conflicts 43c6b91 is

[spark] branch branch-3.2 updated: [SPARK-38587][SQL] Validating new location for rename command should use formatted names

2022-03-23 Thread yao
This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new c0d7a45 [SPARK-38587][SQL] Validating new

[spark] branch master updated (4817b01 -> a3776e0)

2022-03-23 Thread yao
This is an automated email from the ASF dual-hosted git repository. yao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 4817b01 [SPARK-38624][SQL] Reduce UnsafeProjection.create call times when Percentile function serializes the

[spark] branch branch-3.3 updated: [SPARK-38587][SQL] Validating new location for rename command should use formatted names

2022-03-23 Thread yao
This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new ecc24c13 [SPARK-38587][SQL] Validating new

[spark] branch master updated (f327dad -> 4817b01)

2022-03-23 Thread yumwang
This is an automated email from the ASF dual-hosted git repository. yumwang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from f327dad [SPARK-38533][SQL] DS V2 aggregate push-down supports project with alias add 4817b01

[spark] branch master updated (ac9ae98 -> f327dad)

2022-03-23 Thread wenchen
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 ac9ae98 [SPARK-38629][SQL][DOCS] Two links beneath Spark SQL Guide/Data Sources do not work properly add

[spark] branch branch-3.3 updated: [SPARK-38533][SQL] DS V2 aggregate push-down supports project with alias

2022-03-23 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new 6e5f181 [SPARK-38533][SQL] DS V2

[spark] branch branch-3.0 updated: [SPARK-38629][SQL][DOCS] Two links beneath Spark SQL Guide/Data Sources do not work properly

2022-03-23 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 f7bf0fe [SPARK-38629][SQL][DOCS] Two

[spark] branch branch-3.1 updated: [SPARK-38629][SQL][DOCS] Two links beneath Spark SQL Guide/Data Sources do not work properly

2022-03-23 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 25ac5fc [SPARK-38629][SQL][DOCS] Two

[spark] branch branch-3.2 updated: [SPARK-38629][SQL][DOCS] Two links beneath Spark SQL Guide/Data Sources do not work properly

2022-03-23 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new b9df585 [SPARK-38629][SQL][DOCS] Two

[spark] branch branch-3.3 updated: [SPARK-38629][SQL][DOCS] Two links beneath Spark SQL Guide/Data Sources do not work properly

2022-03-23 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new 27f57c9 [SPARK-38629][SQL][DOCS] Two

[spark] branch master updated (643e8a9 -> ac9ae98)

2022-03-23 Thread gurwls223
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 643e8a9 [SPARK-38564][SS][TESTS] Wait all events to arrive in ReportSinkMetricsSuite add ac9ae98