[GitHub] [spark] AmplabJenkins removed a comment on issue #27876: [SPARK-31119][SQL] Add interval value support for extract expression as extract source

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27876: [SPARK-31119][SQL] Add interval value support for extract expression as extract source URL: https://github.com/apache/spark/pull/27876#issuecomment-600031653 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode URL: https://github.com/apache/spark/pull/27936#issuecomment-600078315 Merged build finished. Test PASSed. This is an

[GitHub] [spark] AmplabJenkins commented on issue #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode URL: https://github.com/apache/spark/pull/27936#issuecomment-600078324 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] HeartSaVioR commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
HeartSaVioR commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-600089567 retest this, please This is an automated message from the

[GitHub] [spark] SparkQA commented on issue #26016: [SPARK-24914][SQL] Calculated table statistic to improve data size estimate for ORC which manually settable for other columnar formats

2020-03-17 Thread GitBox
SparkQA commented on issue #26016: [SPARK-24914][SQL] Calculated table statistic to improve data size estimate for ORC which manually settable for other columnar formats URL: https://github.com/apache/spark/pull/26016#issuecomment-600099784 **[Test build #119936 has

[GitHub] [spark] nchammas commented on a change in pull request #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies

2020-03-17 Thread GitBox
nchammas commented on a change in pull request #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#discussion_r393725207 ## File path: dev/requirements.txt ## @@ -1,5 +1,10 @@ -flake8==3.5.0

[GitHub] [spark] AmplabJenkins removed a comment on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query URL: https://github.com/apache/spark/pull/27685#issuecomment-600119355 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins removed a comment on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query URL: https://github.com/apache/spark/pull/27685#issuecomment-600119342 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query URL: https://github.com/apache/spark/pull/27685#issuecomment-600119355 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query

2020-03-17 Thread GitBox
SparkQA removed a comment on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query URL: https://github.com/apache/spark/pull/27685#issuecomment-599983399 **[Test build #119928 has

[GitHub] [spark] AmplabJenkins commented on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query URL: https://github.com/apache/spark/pull/27685#issuecomment-600119342 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution URL: https://github.com/apache/spark/pull/27935#issuecomment-600138725 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution URL: https://github.com/apache/spark/pull/27935#issuecomment-600138717 Merged build finished. Test PASSed.

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode

2020-03-17 Thread GitBox
dongjoon-hyun commented on a change in pull request #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode URL: https://github.com/apache/spark/pull/27936#discussion_r393793315 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

[GitHub] [spark] Ngone51 opened a new pull request #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering

2020-03-17 Thread GitBox
Ngone51 opened a new pull request #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering URL: https://github.com/apache/spark/pull/27938 ### What changes were proposed in this pull request? Prpend `-` to the compare result

[GitHub] [spark] AmplabJenkins commented on issue #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering URL: https://github.com/apache/spark/pull/27938#issuecomment-600168100 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins commented on issue #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering URL: https://github.com/apache/spark/pull/27938#issuecomment-600168092 Merged build finished. Test PASSed.

[GitHub] [spark] mengxr commented on a change in pull request #27546: [SPARK-30773][ML]Support NativeBlas for level-1 routines

2020-03-17 Thread GitBox
mengxr commented on a change in pull request #27546: [SPARK-30773][ML]Support NativeBlas for level-1 routines URL: https://github.com/apache/spark/pull/27546#discussion_r393828874 ## File path: mllib-local/src/test/scala/org/apache/spark/ml/linalg/BLASSuite.scala ## @@

[GitHub] [spark] SparkQA commented on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query

2020-03-17 Thread GitBox
SparkQA commented on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query URL: https://github.com/apache/spark/pull/27685#issuecomment-600118025 **[Test build #119928 has

[GitHub] [spark] Kimahriman commented on issue #27764: [SPARK-30860][CORE] Use FileSystem.mkdirs to avoid umask at rolling event log folder and appStatusFile creation

2020-03-17 Thread GitBox
Kimahriman commented on issue #27764: [SPARK-30860][CORE] Use FileSystem.mkdirs to avoid umask at rolling event log folder and appStatusFile creation URL: https://github.com/apache/spark/pull/27764#issuecomment-600159547 Changed the file permission to 660 and added a separate folder

[GitHub] [spark] AmplabJenkins removed a comment on issue #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering URL: https://github.com/apache/spark/pull/27938#issuecomment-600168092 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering URL: https://github.com/apache/spark/pull/27938#issuecomment-600168100 Test PASSed. Refer to this link for build results (access rights to CI

[GitHub] [spark] cloud-fan commented on a change in pull request #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode

2020-03-17 Thread GitBox
cloud-fan commented on a change in pull request #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode URL: https://github.com/apache/spark/pull/27936#discussion_r393815855 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

[GitHub] [spark] AmplabJenkins removed a comment on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#issuecomment-600181974 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#issuecomment-600181996 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies

2020-03-17 Thread GitBox
SparkQA removed a comment on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#issuecomment-600095348 **[Test build #119934 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#issuecomment-600181996 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] Eric5553 commented on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query

2020-03-17 Thread GitBox
Eric5553 commented on issue #27685: [SPARK-30940][SQL] Remove attributeId in auto-generated arguments when Explain SQL query URL: https://github.com/apache/spark/pull/27685#issuecomment-600120562 @cloud-fan Would you please help review the latest change? Thanks so much :-)

[GitHub] [spark] cloud-fan closed pull request #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir

2020-03-17 Thread GitBox
cloud-fan closed pull request #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir URL: https://github.com/apache/spark/pull/27933 This is an automated message from the Apache

[GitHub] [spark] AmplabJenkins removed a comment on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution URL: https://github.com/apache/spark/pull/27935#issuecomment-600138725 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins removed a comment on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution URL: https://github.com/apache/spark/pull/27935#issuecomment-600138717 Merged build finished. Test PASSed.

[GitHub] [spark] SparkQA commented on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF

2020-03-17 Thread GitBox
SparkQA commented on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF URL: https://github.com/apache/spark/pull/27937#issuecomment-600157593 **[Test build #119938 has

[GitHub] [spark] Ngone51 commented on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF

2020-03-17 Thread GitBox
Ngone51 commented on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF URL: https://github.com/apache/spark/pull/27937#issuecomment-600163963 cc @cloud-fan This is an automated message

[GitHub] [spark] SparkQA commented on issue #27902: [SPARK-31147][SQL] forbid CHAR/VARCHAR type in non-Hive tables

2020-03-17 Thread GitBox
SparkQA commented on issue #27902: [SPARK-31147][SQL] forbid CHAR/VARCHAR type in non-Hive tables URL: https://github.com/apache/spark/pull/27902#issuecomment-600176191 **[Test build #119940 has

[GitHub] [spark] SparkQA commented on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies

2020-03-17 Thread GitBox
SparkQA commented on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#issuecomment-600181313 **[Test build #119934 has

[GitHub] [spark] AmplabJenkins commented on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#issuecomment-600181974 Merged build finished. Test FAILed.

[GitHub] [spark] srowen commented on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies

2020-03-17 Thread GitBox
srowen commented on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#issuecomment-600113207 I'm still pretty OK with pinning, but, sure, allow taking later maintenance releases?

[GitHub] [spark] cloud-fan commented on issue #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir

2020-03-17 Thread GitBox
cloud-fan commented on issue #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir URL: https://github.com/apache/spark/pull/27933#issuecomment-600120629 thanks, merging to master/3.0!

[GitHub] [spark] AmplabJenkins removed a comment on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF URL: https://github.com/apache/spark/pull/27937#issuecomment-600158325 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF URL: https://github.com/apache/spark/pull/27937#issuecomment-600158332 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF URL: https://github.com/apache/spark/pull/27937#issuecomment-600158325 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF URL: https://github.com/apache/spark/pull/27937#issuecomment-600158332 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27902: [SPARK-31147][SQL] forbid CHAR/VARCHAR type in non-Hive tables

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27902: [SPARK-31147][SQL] forbid CHAR/VARCHAR type in non-Hive tables URL: https://github.com/apache/spark/pull/27902#issuecomment-600176955 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27902: [SPARK-31147][SQL] forbid CHAR/VARCHAR type in non-Hive tables

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27902: [SPARK-31147][SQL] forbid CHAR/VARCHAR type in non-Hive tables URL: https://github.com/apache/spark/pull/27902#issuecomment-600176943 Merged build finished. Test PASSed. This is an

[GitHub] [spark] AmplabJenkins removed a comment on issue #27902: [SPARK-31147][SQL] forbid CHAR/VARCHAR type in non-Hive tables

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27902: [SPARK-31147][SQL] forbid CHAR/VARCHAR type in non-Hive tables URL: https://github.com/apache/spark/pull/27902#issuecomment-600176955 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27902: [SPARK-31147][SQL] forbid CHAR/VARCHAR type in non-Hive tables

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27902: [SPARK-31147][SQL] forbid CHAR/VARCHAR type in non-Hive tables URL: https://github.com/apache/spark/pull/27902#issuecomment-600176943 Merged build finished. Test PASSed. This

[GitHub] [spark] srowen commented on issue #27546: [SPARK-30773][ML]Support NativeBlas for level-1 routines

2020-03-17 Thread GitBox
srowen commented on issue #27546: [SPARK-30773][ML]Support NativeBlas for level-1 routines URL: https://github.com/apache/spark/pull/27546#issuecomment-600118297 @mengxr @kiszk do you have an opinion on merging this to 3.0? I don't feel strongly. Might be nice to get it in as a potential

[GitHub] [spark] SparkQA commented on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution

2020-03-17 Thread GitBox
SparkQA commented on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution URL: https://github.com/apache/spark/pull/27935#issuecomment-600137272 **[Test build #119929 has

[GitHub] [spark] SparkQA removed a comment on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution

2020-03-17 Thread GitBox
SparkQA removed a comment on issue #27935: [WIP][SPARK-25121][SQL] Supports multi-part table names for broadcast hint resolution URL: https://github.com/apache/spark/pull/27935#issuecomment-600010961 **[Test build #119929 has

[GitHub] [spark] Ngone51 opened a new pull request #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF

2020-03-17 Thread GitBox
Ngone51 opened a new pull request #27937: [WIP][SPARK-30127][SQL] Support case class parameter for typed Scala UDF URL: https://github.com/apache/spark/pull/27937 ### What changes were proposed in this pull request? To support case class parameter for typed Scala UDF,

[GitHub] [spark] Kimahriman commented on a change in pull request #27764: [SPARK-30860][CORE] Use FileSystem.mkdirs to avoid umask at rolling event log folder and appStatusFile creation

2020-03-17 Thread GitBox
Kimahriman commented on a change in pull request #27764: [SPARK-30860][CORE] Use FileSystem.mkdirs to avoid umask at rolling event log folder and appStatusFile creation URL: https://github.com/apache/spark/pull/27764#discussion_r393799714 ## File path:

[GitHub] [spark] SparkQA commented on issue #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering

2020-03-17 Thread GitBox
SparkQA commented on issue #27938: [SPARK-31175][SQL] Avoid creating reverse comparator for each compare in InterpretedOrdering URL: https://github.com/apache/spark/pull/27938#issuecomment-600167316 **[Test build #119939 has

[GitHub] [spark] EnricoMi commented on issue #27377: [SPARK-30666][Core] Reliable single-stage accumulators

2020-03-17 Thread GitBox
EnricoMi commented on issue #27377: [SPARK-30666][Core] Reliable single-stage accumulators URL: https://github.com/apache/spark/pull/27377#issuecomment-600170844 I have had a quick chat with @holdenk and we found two use cases where this approach will not work: 1. partially

[GitHub] [spark] SparkQA commented on issue #27934: [SPARK-31164][SQL][2.4] Inconsistent rdd and output partitioning for bucket table when output doesn't contain all bucket columns

2020-03-17 Thread GitBox
SparkQA commented on issue #27934: [SPARK-31164][SQL][2.4] Inconsistent rdd and output partitioning for bucket table when output doesn't contain all bucket columns URL: https://github.com/apache/spark/pull/27934#issuecomment-67249 **[Test build #119919 has

[GitHub] [spark] SparkQA commented on issue #27876: [SPARK-31119][SQL] Add interval value support for extract expression as extract source

2020-03-17 Thread GitBox
SparkQA commented on issue #27876: [SPARK-31119][SQL] Add interval value support for extract expression as extract source URL: https://github.com/apache/spark/pull/27876#issuecomment-600041391 **[Test build #119923 has

[GitHub] [spark] SparkQA removed a comment on issue #27876: [SPARK-31119][SQL] Add interval value support for extract expression as extract source

2020-03-17 Thread GitBox
SparkQA removed a comment on issue #27876: [SPARK-31119][SQL] Add interval value support for extract expression as extract source URL: https://github.com/apache/spark/pull/27876#issuecomment-599916965 **[Test build #119923 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27897: [SPARK-31113][SQL] Add SHOW VIEWS command

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27897: [SPARK-31113][SQL] Add SHOW VIEWS command URL: https://github.com/apache/spark/pull/27897#issuecomment-600046774 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] AmplabJenkins removed a comment on issue #27897: [SPARK-31113][SQL] Add SHOW VIEWS command

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27897: [SPARK-31113][SQL] Add SHOW VIEWS command URL: https://github.com/apache/spark/pull/27897#issuecomment-600046777 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27897: [SPARK-31113][SQL] Add SHOW VIEWS command

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27897: [SPARK-31113][SQL] Add SHOW VIEWS command URL: https://github.com/apache/spark/pull/27897#issuecomment-600046774 Merged build finished. Test PASSed. This is an automated message from

[GitHub] [spark] AmplabJenkins commented on issue #27897: [SPARK-31113][SQL] Add SHOW VIEWS command

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27897: [SPARK-31113][SQL] Add SHOW VIEWS command URL: https://github.com/apache/spark/pull/27897#issuecomment-600046777 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-600086355 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-600091887 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-600091871 Merged build finished. Test PASSed. This is an

[GitHub] [spark] AmplabJenkins commented on issue #27877: [WIP][SPARK-30541][TESTS] Implement KafkaDelegationTokenSuite with testRetry

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27877: [WIP][SPARK-30541][TESTS] Implement KafkaDelegationTokenSuite with testRetry URL: https://github.com/apache/spark/pull/27877#issuecomment-600102121 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27877: [WIP][SPARK-30541][TESTS] Implement KafkaDelegationTokenSuite with testRetry

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27877: [WIP][SPARK-30541][TESTS] Implement KafkaDelegationTokenSuite with testRetry URL: https://github.com/apache/spark/pull/27877#issuecomment-600102099 Merged build finished. Test PASSed.

[GitHub] [spark] SparkQA commented on issue #27877: [WIP][SPARK-30541][TESTS] Implement KafkaDelegationTokenSuite with testRetry

2020-03-17 Thread GitBox
SparkQA commented on issue #27877: [WIP][SPARK-30541][TESTS] Implement KafkaDelegationTokenSuite with testRetry URL: https://github.com/apache/spark/pull/27877#issuecomment-600101808 **[Test build #119930 has

[GitHub] [spark] nchammas commented on a change in pull request #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies

2020-03-17 Thread GitBox
nchammas commented on a change in pull request #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#discussion_r393721061 ## File path: dev/requirements.txt ## @@ -1,5 +1,7 @@ -flake8==3.5.0

[GitHub] [spark] iRakson commented on issue #27836: [SPARK-31009][SQL] Support json_object_keys function

2020-03-17 Thread GitBox
iRakson commented on issue #27836: [SPARK-31009][SQL] Support json_object_keys function URL: https://github.com/apache/spark/pull/27836#issuecomment-600013851 retest this please This is an automated message from the Apache

[GitHub] [spark] iRakson commented on issue #27759: [SPARK-31008][SQL]Support json_array_length function

2020-03-17 Thread GitBox
iRakson commented on issue #27759: [SPARK-31008][SQL]Support json_array_length function URL: https://github.com/apache/spark/pull/27759#issuecomment-600013779 gentle ping @HyukjinKwon @maropu @cloud-fan This is an automated

[GitHub] [spark] gaborgsomogyi commented on issue #27877: [WIP][SPARK-30541][TESTS] Implement KafkaDelegationTokenSuite with testRetry

2020-03-17 Thread GitBox
gaborgsomogyi commented on issue #27877: [WIP][SPARK-30541][TESTS] Implement KafkaDelegationTokenSuite with testRetry URL: https://github.com/apache/spark/pull/27877#issuecomment-600028960 retest this please This is an

[GitHub] [spark] gaborgsomogyi removed a comment on issue #27877: [WIP][SPARK-30541][TESTS] Implement KafkaDelegationTokenSuite with testRetry

2020-03-17 Thread GitBox
gaborgsomogyi removed a comment on issue #27877: [WIP][SPARK-30541][TESTS] Implement KafkaDelegationTokenSuite with testRetry URL: https://github.com/apache/spark/pull/27877#issuecomment-599984029 retest this plese This is

[GitHub] [spark] AmplabJenkins removed a comment on issue #27764: [SPARK-30860][CORE] Use FileSystem.mkdirs to avoid umask at rolling event log folder and appStatusFile creation

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27764: [SPARK-30860][CORE] Use FileSystem.mkdirs to avoid umask at rolling event log folder and appStatusFile creation URL: https://github.com/apache/spark/pull/27764#issuecomment-600096130 Test PASSed. Refer to this link for build results

[GitHub] [spark] AmplabJenkins commented on issue #26016: [SPARK-24914][SQL] Calculated table statistic to improve data size estimate for ORC which manually settable for other columnar formats

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #26016: [SPARK-24914][SQL] Calculated table statistic to improve data size estimate for ORC which manually settable for other columnar formats URL: https://github.com/apache/spark/pull/26016#issuecomment-600100436 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #26016: [SPARK-24914][SQL] Calculated table statistic to improve data size estimate for ORC which manually settable for other columnar formats

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #26016: [SPARK-24914][SQL] Calculated table statistic to improve data size estimate for ORC which manually settable for other columnar formats URL: https://github.com/apache/spark/pull/26016#issuecomment-600100445 Test PASSed. Refer to this link

[GitHub] [spark] AmplabJenkins removed a comment on issue #26016: [SPARK-24914][SQL] Calculated table statistic to improve data size estimate for ORC which manually settable for other columnar formats

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #26016: [SPARK-24914][SQL] Calculated table statistic to improve data size estimate for ORC which manually settable for other columnar formats URL: https://github.com/apache/spark/pull/26016#issuecomment-600100436 Merged build finished. Test

[GitHub] [spark] AmplabJenkins commented on issue #26016: [SPARK-24914][SQL] Calculated table statistic to improve data size estimate for ORC which manually settable for other columnar formats

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #26016: [SPARK-24914][SQL] Calculated table statistic to improve data size estimate for ORC which manually settable for other columnar formats URL: https://github.com/apache/spark/pull/26016#issuecomment-600100445 Test PASSed. Refer to this link for

[GitHub] [spark] AmplabJenkins commented on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS URL: https://github.com/apache/spark/pull/26422#issuecomment-62829 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA commented on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS

2020-03-17 Thread GitBox
SparkQA commented on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS URL: https://github.com/apache/spark/pull/26422#issuecomment-62713 **[Test build #119927 has

[GitHub] [spark] AmplabJenkins commented on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS URL: https://github.com/apache/spark/pull/26422#issuecomment-62843 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS URL: https://github.com/apache/spark/pull/26422#issuecomment-62829 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA removed a comment on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS

2020-03-17 Thread GitBox
SparkQA removed a comment on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS URL: https://github.com/apache/spark/pull/26422#issuecomment-599955371 **[Test build #119927 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #26422: [SPARK-29786][SQL] Fix MetaException when dropping a partition not exists on HDFS URL: https://github.com/apache/spark/pull/26422#issuecomment-62843 Test FAILed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] SparkQA removed a comment on issue #27876: [SPARK-31119][SQL] Add interval value support for extract expression as extract source

2020-03-17 Thread GitBox
SparkQA removed a comment on issue #27876: [SPARK-31119][SQL] Add interval value support for extract expression as extract source URL: https://github.com/apache/spark/pull/27876#issuecomment-599909363 **[Test build #119917 has

[GitHub] [spark] SparkQA commented on issue #27876: [SPARK-31119][SQL] Add interval value support for extract expression as extract source

2020-03-17 Thread GitBox
SparkQA commented on issue #27876: [SPARK-31119][SQL] Add interval value support for extract expression as extract source URL: https://github.com/apache/spark/pull/27876#issuecomment-600030925 **[Test build #119917 has

[GitHub] [spark] cloud-fan opened a new pull request #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode

2020-03-17 Thread GitBox
cloud-fan opened a new pull request #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode URL: https://github.com/apache/spark/pull/27936 ### What changes were proposed in this pull request? Make `size(null)` return null under ANSI mode, regardless of the

[GitHub] [spark] cloud-fan commented on issue #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode

2020-03-17 Thread GitBox
cloud-fan commented on issue #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode URL: https://github.com/apache/spark/pull/27936#issuecomment-600077260 cc @dongjoon-hyun @HeartSaVioR @ssimeonov @MaxGekk

[GitHub] [spark] SparkQA commented on issue #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode

2020-03-17 Thread GitBox
SparkQA commented on issue #27936: [SPARK-31171][SQL] size(null) should return null under ansi mode URL: https://github.com/apache/spark/pull/27936#issuecomment-600077540 **[Test build #119932 has

[GitHub] [spark] SparkQA removed a comment on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
SparkQA removed a comment on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-599914275 **[Test build #119922 has

[GitHub] [spark] AmplabJenkins commented on issue #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir URL: https://github.com/apache/spark/pull/27933#issuecomment-600085886 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins commented on issue #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir URL: https://github.com/apache/spark/pull/27933#issuecomment-600085868 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-600086342 Merged build finished. Test FAILed. This is an

[GitHub] [spark] SparkQA commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
SparkQA commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-600085765 **[Test build #119922 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119922/testReport)** for

[GitHub] [spark] AmplabJenkins removed a comment on issue #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir URL: https://github.com/apache/spark/pull/27933#issuecomment-600085886 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins removed a comment on issue #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27933: [SPARK-31170][SQL] Spark SQL Cli should respect hive-site.xml and spark.sql.warehouse.dir URL: https://github.com/apache/spark/pull/27933#issuecomment-600085868 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-600086342 Merged build finished. Test FAILed. This is an automated

[GitHub] [spark] AmplabJenkins commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-600086355 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-600091887 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1

2020-03-17 Thread GitBox
AmplabJenkins commented on issue #27860: [WIP][SPARK-31101][SQL][BUILD] Upgrade Janino to 3.1.1 URL: https://github.com/apache/spark/pull/27860#issuecomment-600091871 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] AmplabJenkins removed a comment on issue #27934: [SPARK-31164][SQL][2.4] Inconsistent rdd and output partitioning for bucket table when output doesn't contain all bucket columns

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27934: [SPARK-31164][SQL][2.4] Inconsistent rdd and output partitioning for bucket table when output doesn't contain all bucket columns URL: https://github.com/apache/spark/pull/27934#issuecomment-67827 Test PASSed. Refer to this link for

[GitHub] [spark] AmplabJenkins removed a comment on issue #27934: [SPARK-31164][SQL][2.4] Inconsistent rdd and output partitioning for bucket table when output doesn't contain all bucket columns

2020-03-17 Thread GitBox
AmplabJenkins removed a comment on issue #27934: [SPARK-31164][SQL][2.4] Inconsistent rdd and output partitioning for bucket table when output doesn't contain all bucket columns URL: https://github.com/apache/spark/pull/27934#issuecomment-67817 Merged build finished. Test PASSed.

  1   2   3   4   5   6   7   8   9   >