[spark] branch master updated (7aedce4 -> 1aa3611)

2021-10-13 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 7aedce4 [SPARK-36993][SQL] Fix json_tuple throw NPE if fields exist no foldable null value add 1aa3611

[spark] branch master updated: [SPARK-36982] Migrate SHOW NAMESPACES to use V2 command by default

2021-10-13 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 5ac76d9 [SPARK-36982] Migrate SHOW NAMESPACES

[spark] branch branch-3.0 updated (74fddec -> 86bf5d3)

2021-10-14 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git. from 74fddec [SPARK-36717][CORE] Incorrect order of variable initialization may lead incorrect behavior add

[spark] branch master updated: [SPARK-35926][SQL] Add support YearMonthIntervalType for width_bucket

2021-10-15 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 9d061e3 [SPARK-35926][SQL] Add support

[spark] branch master updated (c29bb02 -> 21fa3ce)

2021-10-18 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 c29bb02 [SPARK-36965][PYTHON] Extend python test runner by logging out the temp output files add 21fa3ce

[spark] branch master updated: [SPARK-36928][SQL] Handle ANSI intervals in ColumnarRow, ColumnarBatchRow and ColumnarArray

2021-10-28 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 fd8d5ad [SPARK-36928][SQL] Handle ANSI

[spark] branch master updated: [SPARK-37138][SQL] Support ANSI Interval types in ApproxCountDistinctForIntervals/ApproximatePercentile/Percentile

2021-10-30 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 08123a3 [SPARK-37138][SQL] Support ANSI

[spark] branch master updated (13c372d -> d43a678)

2021-10-31 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 13c372d [SPARK-37150][SQL] Migrate DESCRIBE NAMESPACE to use V2 command by default add d43a678 [SPARK-37161

[spark] branch master updated: [SPARK-37176][SQL] Sync JsonInferSchema#infer method's exception handle logic with JacksonParser#parse method

2021-11-02 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 ec6a3ae [SPARK-37176][SQL] Sync

[spark] branch master updated: [SPARK-24774][SQL][FOLLOWUP] Remove unused code in SchemaConverters.scala

2021-11-02 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 59c55dd [SPARK-24774][SQL][FOLLOWUP] Remove

[spark] branch master updated: [SPARK-37261][SQL] Allow adding partitions with ANSI intervals in DSv2

2021-11-10 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 2a1267a [SPARK-37261][SQL] Allow adding

[spark] branch master updated (9191632 -> a4b8a8d)

2021-11-12 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 9191632 [SPARK-36825][FOLLOWUP] Move the test code from `ParquetIOSuite` to `ParquetFileFormatSuite` add

[spark] branch master updated: [SPARK-37304][SQL] Allow ANSI intervals in v2 `ALTER TABLE .. REPLACE COLUMNS`

2021-11-12 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 71f4ee3 [SPARK-37304][SQL] Allow ANSI

[spark] branch master updated: [SPARK-37332][SQL] Allow ANSI intervals in `ALTER TABLE .. ADD COLUMNS`

2021-11-15 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 0f20678 [SPARK-37332][SQL] Allow ANSI

[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 (f7be024 -> ce1f97f)

2021-11-30 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 f7be024 [SPARK-37480][K8S][DOC] Sync Kubernetes configuration to latest in running-on-k8s.md add ce1f97f

[spark] branch master updated: [SPARK-37508][SQL] Add CONTAINS() string function

2021-12-01 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 710120a [SPARK-37508][SQL] Add CONTAINS

[spark] branch master updated: [SPARK-37360][SQL] Support TimestampNTZ in JSON data source

2021-12-06 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 4f36978 [SPARK-37360][SQL] Support

[spark] branch master updated (72669b5 -> 0b959b5)

2021-12-06 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 72669b5 [SPARK-37004][PYTHON] Upgrade to Py4J 0.10.9.3 add 0b959b5 [SPARK-37552][SQL] Add the

[spark] branch master updated (5edd959 -> c7dd2d5)

2021-12-08 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 5edd959 [SPARK-37561][SQL] Avoid loading all functions when obtaining hive's DelegationToken add c7

[spark] branch master updated (fba219c -> 5e4d664)

2021-12-13 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 fba219c [SPARK-37622][K8S] Support K8s executor rolling policy add 5e4d664 [SPARK-37591][SQL] Support the GCM

[spark] branch master updated: [SPARK-37575][SQL] null values should be saved as nothing rather than quoted empty Strings "" by default settings

2021-12-14 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 6a59fba [SPARK-37575][SQL] null values should

[spark] branch branch-3.2 updated: [SPARK-37575][SQL] null values should be saved as nothing rather than quoted empty Strings "" by default settings

2021-12-14 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 62e4202 [SPARK-37575][SQL] null values

[spark] branch master updated: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

2021-12-27 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 73789da [SPARK-37676][SQL] Support ANSI

[spark] branch master updated: [SPARK-34755][SQL] Support the utils for transform number format

2021-12-29 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 a6576de [SPARK-34755][SQL] Support the utils

[spark] branch master updated (4d5ea5e -> 8fef5bb)

2022-01-24 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 4d5ea5e [SPARK-37153][PYTHON] Inline type hints for python/pyspark/profiler.py add 8fef5bb [SPARK-37979][SQL

[spark] branch master updated: [SPARK-37937][SQL] Use error classes in the parsing errors of lateral join

2022-02-03 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 6347857 [SPARK-37937][SQL] Use error classes

[spark] branch master updated (6347857 -> b63a577)

2022-02-03 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 6347857 [SPARK-37937][SQL] Use error classes in the parsing errors of lateral join add b63a577 [SPARK-37941

[spark] branch master updated: [SPARK-38105][SQL] Use error classes in the parsing errors of joins

2022-02-06 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 0d56c94 [SPARK-38105][SQL] Use error classes

[spark] branch master updated (f62b36c -> 65c0bdf)

2022-02-07 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 f62b36c [SPARK-38128][PYTHON][TESTS] Show full stacktrace in tests by default in PySpark tests add 65c0bdf

[spark] branch master updated (2e703ae -> 08c851d)

2022-02-08 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 2e703ae [SPARK-38030][SQL] Canonicalization should not remove nullability of AttributeReference dataType add

[spark] branch master updated (5f0a92c -> 7688d839)

2022-02-10 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 5f0a92c [SPARK-38157][SQL] Explicitly set ANSI to false in test timestampNTZ/timestamp.sql and SQLQueryTestSuite

[spark] branch master updated (7688d839 -> 53ba6e2)

2022-02-10 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 7688d839 [SPARK-38113][SQL] Use error classes in the execution errors of pivoting add 53ba6e2 [SPARK-38131

[spark] branch master updated (17653fb -> 3d285c1)

2022-02-10 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 17653fb [SPARK-37401][PYTHON][ML] Inline typehints for pyspark.ml.clustering add 3d285c1 [SPARK-38123][SQL

[spark] branch master updated: [SPARK-38198][SQL] Fix `QueryExecution.debug#toFile` use the passed in `maxFields` when `explainMode` is `CodegenMode`

2022-02-14 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 ff92e85 [SPARK-38198][SQL] Fix

[spark] branch master updated (ff92e85 -> c8b34ab)

2022-02-14 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 ff92e85 [SPARK-38198][SQL] Fix `QueryExecution.debug#toFile` use the passed in `maxFields` when `explainMode` is

[spark] branch branch-3.2 updated (75c7726 -> 940ac0c)

2022-02-14 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a change to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git. from 75c7726 [SPARK-37498][PYTHON] Add eventually for test_reuse_worker_of_parallelize_range add 940ac0c

[spark] branch master updated (ea1f922 -> a9a792b3)

2022-02-15 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 ea1f922 [SPARK-37707][SQL][FOLLOWUP] Allow implicitly casting Date type to AnyTimestampType under ANSI mode

[spark] branch master updated (837248a -> 3a7eafd)

2022-02-17 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 837248a [MINOR][DOC] Fix documentation for structured streaming - addListener add 3a7eafd [SPARK-38195][SQL

[spark] branch master updated (07a6f0b -> 6df10ce)

2022-02-28 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 07a6f0b [SPARK-38343][SQL][TESTS] Fix SQLQuerySuite under ANSI mode add 6df10ce [SPARK-38332][SQL] Add the

[spark] branch master updated (615c5d8 -> 6cd5803)

2022-03-01 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 615c5d8 [MINOR] Clean up an unnecessary variable add 6cd5803 [SPARK-38284][SQL] Add the `TIMESTAMPDIFF

[spark] branch master updated: [SPARK-38389][SQL] Add the `DATEDIFF()` and `DATE_DIFF()` aliases for `TIMESTAMPDIFF()`

2022-03-02 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 f960328 [SPARK-38389][SQL] Add the `DATEDIFF

[spark] branch master updated: [SPARK-38104][SQL] Migrate parsing errors of window into the new error framework

2022-03-07 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 60d3de1 [SPARK-38104][SQL] Migrate parsing

[spark] branch master updated: [SPARK-38112][SQL] Use error classes in the execution errors of date/timestamp handling

2022-03-08 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 8a0b101 [SPARK-38112][SQL] Use error classes

[spark] branch master updated: [SPARK-38437][SQL] Lenient serialization of datetime from datasource

2022-03-09 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 bd6a3b4 [SPARK-38437][SQL] Lenient

[spark] branch master updated (bcf7849 -> 538c81b)

2022-03-10 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 bcf7849 [SPARK-38489][SQL] Aggregate.groupOnly support foldable expressions add 538c81b [SPARK-38481][SQL

[spark] branch master updated (aec70e8 -> 2e3ac4f)

2022-03-10 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 aec70e8 [SPARK-38511][K8S] Remove `priorityClassName` propagation in favor of explicit settings add 2e3ac4f

[spark] branch master updated (9596942 -> 35536a1)

2022-03-13 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 9596942 [SPARK-38523][SQL] Fix referring to the corrupt record column from CSV add 35536a1 [SPARK-38103][SQL

[spark] branch master updated (130bcce6 -> a342214)

2022-03-14 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 130bcce6 [SPARK-38415][SQL] Update the histogram_numeric (x, y) result type to make x == the input type add

[spark] branch branch-3.2 updated: [SPARK-38523][SQL][3.2] Fix referring to the corrupt record column from CSV

2022-03-14 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 bc69e6c [SPARK-38523][SQL][3.2] Fix

svn commit: r53070 - /dev/spark/KEYS

2022-03-14 Thread maxgekk
Author: maxgekk Date: Mon Mar 14 13:49:53 2022 New Revision: 53070 Log: Update KEYS Modified: dev/spark/KEYS Modified: dev/spark/KEYS == --- dev/spark/KEYS (original) +++ dev/spark/KEYS Mon Mar 14 13:49:53 2022

[spark] branch branch-3.3 created (now f84018a)

2022-03-15 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a change to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git. at f84018a [SPARK-38424][PYTHON] Warn unused casts and ignores No new revisions were added by this update

[spark] branch master updated (8193b40 -> 1b41416)

2022-03-16 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 8193b40 [SPARK-38563][PYTHON] Upgrade to Py4J 0.10.9.4 add 1b41416 [SPARK-38106][SQL] Use error classes in

[spark] branch branch-3.3 updated (ebaee4f -> 1824c69)

2022-03-17 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a change to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git. from ebaee4f [SPARK-37995][SQL] PlanAdaptiveDynamicPruningFilters should use prepareExecutedPlan rather than

[spark] branch branch-3.3 updated: [SPARK-38600][SQL] Include `unit` into the sql string of `TIMESTAMPADD/DIFF`

2022-03-18 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 28f7d95 [SPARK-38600][SQL] Include

[spark] branch master updated (a9ad119 -> 53eaaf8)

2022-03-18 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 a9ad119 [SPARK-38593][SS] Carry over the metric of the number of dropped late events into

[spark] branch master updated (b902936 -> 8eb8a42)

2022-03-24 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 b902936 [SPARK-38588][ML] Validate input dataset of ml.classification add 8eb8a42 [SPARK-37568][SQL] Support

[spark] branch branch-3.3 updated: [SPARK-37568][SQL][3.3] Support 2-arguments by the convert_timezone() function

2022-03-24 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 2238b05 [SPARK-37568][SQL][3.3

[spark] branch master updated (9a7596e -> 8262a7b)

2022-03-25 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 9a7596e [SPARK-37618][CORE] Remove shuffle blocks using the shuffle service for released executors add

[spark] branch master updated: [SPARK-37982][SQL] Replace the exception by IllegalStateException in csvExpressions

2022-03-29 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 42a9114 [SPARK-37982][SQL] Replace the

[spark] branch master updated (a364cc0 -> 9b885ae)

2022-03-30 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 a364cc0 [SPARK-38336][SQL] Support INSERT INTO commands into tables with DEFAULT columns add 9b885ae [SPARK

[spark] branch master updated: [SPARK-38590][SQL] New SQL function: try_to_binary

2022-04-06 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 becda333938 [SPARK-38590][SQL] New SQL function

[spark] branch branch-3.3 updated: [SPARK-38590][SQL] New SQL function: try_to_binary

2022-04-06 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 01cdfb4b785 [SPARK-38590][SQL] New SQL

[spark] branch master updated: [SPARK-38108][SQL] Use error classes in the compilation errors of UDF/UDAF

2022-04-10 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 ba5af225f97 [SPARK-38108][SQL] Use error

[spark] branch master updated: [SPARK-38791][SQL] Output parameter values of error classes in the SQL style

2022-04-11 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 bc8c2648514 [SPARK-38791][SQL] Output parameter

[spark] branch branch-3.3 updated (83ae6f4084f -> fae6a1c5e08)

2022-04-11 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a change to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git from 83ae6f4084f [SPARK-38796][SQL] Implement the to_number and try_to_number SQL functions according to a new

[spark] branch master updated: [SPARK-38745][SQL][TESTS] Move the tests for `NON_PARTITION_COLUMN` to `QueryCompilationErrorsDSv2Suite`

2022-04-13 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 98fbbcdac5d [SPARK-38745][SQL][TESTS] Move the

[spark] branch master updated (4274fb8806c -> 04586a9a3bb)

2022-04-13 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 4274fb8806c [SPARK-38550][SQL][CORE] Use a disk-based store to save more debug information for live UI add

[spark] branch master updated (04586a9a3bb -> 22cd0c2f4b2)

2022-04-14 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 04586a9a3bb [SPARK-38725][SQL][TESTS] Test the error class: DUPLICATE_KEY add 22cd0c2f4b2 [SPARK-38721][SQL

[spark] branch master updated: [SPARK-38753][SQL][TESTS] Move the tests for `WRITING_JOB_ABORTED` to `QueryExecutionErrorsSuite`

2022-04-14 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 885f4733c41 [SPARK-38753][SQL][TESTS] Move the

[spark] branch master updated: [SPARK-38722][SQL][TESTS] Test the error class: CAST_CAUSES_OVERFLOW

2022-04-14 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 65d6ee5e791 [SPARK-38722][SQL][TESTS] Test the

[spark] branch master updated: [SPARK-38724][SQL][TESTS] Test the error class: DIVIDE_BY_ZERO

2022-04-15 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 a9b2d76801a [SPARK-38724][SQL][TESTS] Test the

[spark] branch master updated: [SPARK-38750][SQL][TESTS] Test the error class: SECOND_FUNCTION_ARGUMENT_NOT_INTEGER

2022-04-16 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 7246d25cc9e [SPARK-38750][SQL][TESTS] Test the

[spark] branch master updated: [SPARK-38738][SQL][TESTS] Test the error class: INVALID_FRACTION_OF_SECOND

2022-04-16 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 8548a8221cf [SPARK-38738][SQL][TESTS] Test the

[spark] branch master updated: [SPARK-38913][SQL] Output identifiers in error messages in SQL style

2022-04-17 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 2ff6914e6ba [SPARK-38913][SQL] Output

[spark] branch master updated: [SPARK-38926][SQL] Output types in error messages in SQL style

2022-04-17 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 0d16159bfa8 [SPARK-38926][SQL] Output types in

[spark] branch master updated: [SPARK-38689][SQL] Use error classes in the compilation errors of not allowed DESC PARTITION on views

2022-04-18 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 de18ce68a08 [SPARK-38689][SQL] Use error

[spark] branch master updated: [SPARK-38746][SQL][TESTS] Move the tests for `PARSE_EMPTY_STATEMENT` to QueryParsingErrorsSuite

2022-04-18 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 857acca1d17 [SPARK-38746][SQL][TESTS] Move the

[spark] branch master updated (363a7f0 -> 9809a2f)

2021-03-15 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 363a7f0 [SPARK-34743][SQL][TESTS] ExpressionEncoderSuite should use deepEquals when we expect `array of array

[spark-website] branch asf-site updated: Add Max Gekk to committers

2021-03-15 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/spark-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 033994e Add Max Gekk to committers

[spark] branch master updated (6f89cdf -> 089c3b7)

2021-03-19 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 6f89cdf [SPARK-34798][SQL][TESTS] Fix incorrect join condition add 089c3b7 [SPARK-34793][SQL] Prohibit saving

[spark] branch master updated (47da944 -> f4de93e)

2021-03-21 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 47da944 [SPARK-34470][ML] VectorSlicer utilize ordering if possible add f4de93e [MINOR][SQL] Spelling

[spark] branch master updated (121883b -> ec70467)

2021-03-22 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 121883b [SPARK-34383][SS] Optimize WAL commit phase via reducing cost of filesystem operations add ec70467

[spark] branch master updated (e768eaa -> d32bb4e)

2021-03-23 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 e768eaa [SPARK-34707][SQL] Code-gen broadcast nested loop join (left outer/right outer) add d32bb4e [MINOR

[spark] branch branch-3.1 updated: [MINOR][DOCS] Updating the link for Azure Data Lake Gen 2 in docs

2021-03-23 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 f792add [MINOR][DOCS] Updating the

[spark] branch branch-3.0 updated: [MINOR][DOCS] Updating the link for Azure Data Lake Gen 2 in docs

2021-03-23 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 9fd1ed3 [MINOR][DOCS] Updating the

[spark] branch branch-2.4 updated: [MINOR][DOCS] Updating the link for Azure Data Lake Gen 2 in docs

2021-03-23 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 e756130 [MINOR][DOCS] Updating the

[spark] branch master updated (06d4069 -> 760556a)

2021-03-23 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 06d4069 [MINOR][DOCS] Update sql-ref-syntax-dml-insert-into.md add 760556a [SPARK-34824][SQL] Support

[spark] branch master updated (8c6748f -> a68d7ca)

2021-03-25 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 8c6748f [SPARK-34817][SQL] Read parquet unsigned types that stored as int32 physical type in parquet add

[spark] branch master updated (15bf01e -> 468b944)

2021-03-27 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 15bf01e [SPARK-34848][SQL][FLLOW-UP] Fix merge conflict issue cause UT failed add 468b944 [SPARK-34841][SQL

[spark] branch master updated (2356cdd -> 015c598)

2021-03-28 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 2356cdd [SPARK-34814][SQL] LikeSimplification should handle NULL add 015c598 [SPARK-34879][SQL] HiveInspector

[spark] branch master updated (13b255f -> 162f056)

2021-03-30 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 13b255f [SPARK-34909][SQL] Fix conversion of negative to unsigned in conv() add 162f056 [SPARK-34896][SQL

[spark] branch master updated (89ae83d -> 5911faa)

2021-04-01 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 89ae83d [SPARK-34919][SQL] Change partitioning to SinglePartition if partition number is 1 add 5911faa

[spark] branch master updated (280a2f3 -> 65da928)

2021-04-02 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 280a2f3 [SPARK-34940][SQL][TEST] Fix test of BasicWriteTaskStatsTrackerSuite add 65da928 [SPARK-34926][SQL

[spark] branch master updated (71effba -> ebf01ec)

2021-04-03 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 71effba [SPARK-34821][INFRA] Set up a workflow for developers to run benchmark in their fork add ebf01ec

[spark] branch master updated (571acc8 -> 2ca76a5)

2021-04-03 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 571acc8 [SPARK-34939][CORE] Throw fetch failure exception when unable to deserialize broadcasted map statuses

[spark] branch master updated (19c7d2f -> 4b5fc1d)

2021-04-06 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 19c7d2f Revert "[SPARK-34884][SQL] Improve DPP evaluation to make filtering side must can broadcast by si

[spark] branch master updated (3dfd456 -> 8e15ac1)

2021-04-07 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 3dfd456 [SPARK-34668][SQL] Support casting of day-time intervals to strings add 8e15ac1 [SPARK-34493][DOCS

[spark] branch master updated (e5d972e -> 59c8131)

2021-04-08 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 e5d972e [SPARK-34955][SQL] ADD JAR command cannot add jar files which contains whitespaces in the path add

[spark] branch branch-3.1 updated: [MINOR][SS][DOC] Fix wrong Python code sample

2021-04-10 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 a4e49cf [MINOR][SS][DOC] Fix wrong

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