[spark] branch master updated: [SPARK-36396][PYTHON] Implement DataFrame.cov

2021-11-29 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 e3256b8 [SPARK-36396][PYTHON] Implement

[spark] branch master updated (e031d00 -> 1a43112)

2021-11-29 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 e031d00 [SPARK-37489][PYTHON] Skip hasnans check in numops if eager_check disable add 1a43112

[spark] branch master updated (3657703 -> e031d00)

2021-11-29 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 3657703 [SPARK-37465][PYTHON] Bump minimum pandas version to 1.0.5 add e031d00 [SPARK-37489][PYTHON] Skip

[spark] branch master updated (49b5dd1 -> 3657703)

2021-11-29 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 49b5dd1 [SPARK-37492][SQL] Optimize Orc test code with withAllNativeOrcReaders add 3657703

[spark] branch master updated (98b0c80 -> 49b5dd1)

2021-11-29 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 98b0c80 [SPARK-36850][SQL] Migrate CreateTableStatement to v2 command framework add 49b5dd1

[spark] branch master updated: [SPARK-36850][SQL] Migrate CreateTableStatement to v2 command framework

2021-11-29 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 98b0c80 [SPARK-36850][SQL] Migrate

[spark] branch branch-3.1 updated (61074aa -> 4aac443)

2021-11-29 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git. from 61074aa [SPARK-37389][SQL][3.1] Check unclosed bracketed comments add 4aac443 [SPARK-37452][SQL][3.1]

[spark] branch master updated (c38c617 -> fe1bb55)

2021-11-29 Thread sunchao
This is an automated email from the ASF dual-hosted git repository. sunchao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from c38c617 [SPARK-37482][PYTHON] Skip check monotonic increasing for Series.asof with 'compute.eager_check' add

[spark] branch master updated (e36fae4 -> c38c617)

2021-11-29 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 e36fae4 [SPARK-37484][CORE][SQL] Replace `get` and `getOrElse` with `getOrElse` add c38c617

[spark] branch master updated (7689102 -> e36fae4)

2021-11-29 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 7689102 [SPARK-37485][CORE][SQL] Replace `map` with expressions which produce no result with `foreach` add

[spark] branch master updated: [SPARK-37485][CORE][SQL] Replace `map` with expressions which produce no result with `foreach`

2021-11-29 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 7689102 [SPARK-37485][CORE][SQL] Replace

[spark] branch master updated (7484c1b -> 1966416)

2021-11-29 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 7484c1b [SPARK-37468][SQL] Support ANSI intervals and TimestampNTZ for UnionEstimation add 1966416

[spark] branch master updated (a6ca481 -> 7484c1b)

2021-11-29 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from a6ca481 [SPARK-36346][SQL][FOLLOWUP] Rename `withAllOrcReaders` to `withAllNativeOrcReaders` add 7484c1b

[spark] branch master updated (0f631b1 -> a6ca481)

2021-11-29 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 0f631b1 [SPARK-33875][SQL][FOLLOWUP] Handle the char/varchar column for `Describe column` command add

[spark] branch master updated (251e6fd -> 0f631b1)

2021-11-29 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 251e6fd [SPARK-37464][SQL] SCHEMA and DATABASE should simply be aliases of NAMESPACE add 0f631b1

[spark] branch master updated (0c3c4e2 -> 251e6fd)

2021-11-29 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 0c3c4e2 [SPARK-37452][SQL] Char and Varchar break backward compatibility between v3.1 and v2 add 251e6fd

[spark] branch branch-3.2 updated: [SPARK-37452][SQL] Char and Varchar break backward compatibility between v3.1 and v2

2021-11-29 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 d1ea322 [SPARK-37452][SQL] Char and

[spark] branch master updated (5d09828 -> 0c3c4e2)

2021-11-29 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 5d09828 [SPARK-37447][SQL] Cache LogicalPlan.isStreaming() result in a lazy val add 0c3c4e2 [SPARK-37452][SQL]

[spark] branch master updated: [SPARK-37447][SQL] Cache LogicalPlan.isStreaming() result in a lazy val

2021-11-29 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 5d09828 [SPARK-37447][SQL] Cache