[GitHub] [spark] MaxGekk commented on issue #27807: [WIP][SQL] Convert Catalyst's DATE/TIMESTAMP to Java Date/Timestamp via local date-time

2020-03-05 Thread GitBox
MaxGekk commented on issue #27807: [WIP][SQL] Convert Catalyst's DATE/TIMESTAMP to Java Date/Timestamp via local date-time URL: https://github.com/apache/spark/pull/27807#issuecomment-595648475 @cloud-fan The rebasing cause a few issues. For example, we cannot use

[GitHub] [spark] AmplabJenkins removed a comment on issue #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange URL: https://github.com/apache/spark/pull/27828#issuecomment-595648035 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] maropu commented on issue #26918: [SPARK-30279][SQL] Support 32 or more grouping attributes for GROUPING_ID

2020-03-05 Thread GitBox
maropu commented on issue #26918: [SPARK-30279][SQL] Support 32 or more grouping attributes for GROUPING_ID URL: https://github.com/apache/spark/pull/26918#issuecomment-595648132 Thanks for the reviews, @HyukjinKwon and @viirya! Merged to master.

[GitHub] [spark] AmplabJenkins commented on issue #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange URL: https://github.com/apache/spark/pull/27828#issuecomment-595648035 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange URL: https://github.com/apache/spark/pull/27828#issuecomment-595648029 Merged build finished. Test PASSed. This

[GitHub] [spark] AmplabJenkins removed a comment on issue #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange URL: https://github.com/apache/spark/pull/27828#issuecomment-595648029 Merged build finished. Test PASSed.

[GitHub] [spark] maropu closed pull request #26918: [SPARK-30279][SQL] Support 32 or more grouping attributes for GROUPING_ID

2020-03-05 Thread GitBox
maropu closed pull request #26918: [SPARK-30279][SQL] Support 32 or more grouping attributes for GROUPING_ID URL: https://github.com/apache/spark/pull/26918 This is an automated message from the Apache Git Service. To

[GitHub] [spark] SparkQA commented on issue #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange

2020-03-05 Thread GitBox
SparkQA commented on issue #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange URL: https://github.com/apache/spark/pull/27828#issuecomment-595647574 **[Test build #119449 has

[GitHub] [spark] LantaoJin opened a new pull request #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange

2020-03-05 Thread GitBox
LantaoJin opened a new pull request #27828: [SPARK-31068][SQL] Avoid IllegalArgumentException in broadcast exchange URL: https://github.com/apache/spark/pull/27828 ### What changes were proposed in this pull request? Fix the IllegalArgumentException in broadcast exchange when numRows

[GitHub] [spark] maropu commented on a change in pull request #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts

2020-03-05 Thread GitBox
maropu commented on a change in pull request #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts URL: https://github.com/apache/spark/pull/27827#discussion_r388754145 ## File path:

[GitHub] [spark] gengliangwang commented on issue #27370: [SPARK-30654][WebUI] Bootstrap4 WebUI upgrade

2020-03-05 Thread GitBox
gengliangwang commented on issue #27370: [SPARK-30654][WebUI] Bootstrap4 WebUI upgrade URL: https://github.com/apache/spark/pull/27370#issuecomment-595644137 I manually test this PR change again. I think it is almost ready and will check more closely again before get it merged. @srowen

[GitHub] [spark] cloud-fan commented on issue #27822: [SPARK-31061][SQL] Provide ability to alter the provider of a table

2020-03-05 Thread GitBox
cloud-fan commented on issue #27822: [SPARK-31061][SQL] Provide ability to alter the provider of a table URL: https://github.com/apache/spark/pull/27822#issuecomment-595643358 thanks, merging to master/3.0! (I've fixed the typo in the test while merging)

[GitHub] [spark] cloud-fan closed pull request #27822: [SPARK-31061][SQL] Provide ability to alter the provider of a table

2020-03-05 Thread GitBox
cloud-fan closed pull request #27822: [SPARK-31061][SQL] Provide ability to alter the provider of a table URL: https://github.com/apache/spark/pull/27822 This is an automated message from the Apache Git Service. To respond

[GitHub] [spark] gengliangwang commented on issue #27370: [SPARK-30654][WebUI] Bootstrap4 WebUI upgrade

2020-03-05 Thread GitBox
gengliangwang commented on issue #27370: [SPARK-30654][WebUI] Bootstrap4 WebUI upgrade URL: https://github.com/apache/spark/pull/27370#issuecomment-595642935 @clarkead I noticed that this PR rename the jquery.dataTables.1.10.18.min.js(css) to jquery.dataTables.min.js(css). How about

[GitHub] [spark] AmplabJenkins removed a comment on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax URL: https://github.com/apache/spark/pull/27432#issuecomment-595642454 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] maropu commented on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts

2020-03-05 Thread GitBox
maropu commented on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts URL: https://github.com/apache/spark/pull/27827#issuecomment-595643254 also cc: @wangyum This is an

[GitHub] [spark] AmplabJenkins removed a comment on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax URL: https://github.com/apache/spark/pull/27432#issuecomment-595642448 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA removed a comment on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

2020-03-05 Thread GitBox
SparkQA removed a comment on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax URL: https://github.com/apache/spark/pull/27432#issuecomment-595573088 **[Test build #119439 has

[GitHub] [spark] AmplabJenkins commented on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax URL: https://github.com/apache/spark/pull/27432#issuecomment-595642454 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax URL: https://github.com/apache/spark/pull/27432#issuecomment-595642448 Merged build finished. Test FAILed. This is an

[GitHub] [spark] SparkQA commented on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

2020-03-05 Thread GitBox
SparkQA commented on issue #27432: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax URL: https://github.com/apache/spark/pull/27432#issuecomment-595642089 **[Test build #119439 has

[GitHub] [spark] gengliangwang commented on a change in pull request #27370: [SPARK-30654][WebUI] Bootstrap4 WebUI upgrade

2020-03-05 Thread GitBox
gengliangwang commented on a change in pull request #27370: [SPARK-30654][WebUI] Bootstrap4 WebUI upgrade URL: https://github.com/apache/spark/pull/27370#discussion_r388751502 ## File path: licenses/LICENSE-bootstrap.txt ## @@ -1,13 +1,22 @@ -Copyright 2013 Twitter, Inc.

[GitHub] [spark] Ngone51 commented on issue #27813: [SPARK-31054][REPL] Turn on deprecation in Scala REPL/SparkShell by default

2020-03-05 Thread GitBox
Ngone51 commented on issue #27813: [SPARK-31054][REPL] Turn on deprecation in Scala REPL/SparkShell by default URL: https://github.com/apache/spark/pull/27813#issuecomment-595634208 Thank you guys for all your inputs here. It make sense to me about intrusive warnings from third-party and

[GitHub] [spark] Ngone51 closed pull request #27813: [SPARK-31054][REPL] Turn on deprecation in Scala REPL/SparkShell by default

2020-03-05 Thread GitBox
Ngone51 closed pull request #27813: [SPARK-31054][REPL] Turn on deprecation in Scala REPL/SparkShell by default URL: https://github.com/apache/spark/pull/27813 This is an automated message from the Apache Git Service. To

[GitHub] [spark] BdLearnerr commented on issue #26029: [SPARK-29336][SQL] Fix the implementation of QuantileSummaries.merge (guarantee that the relativeError will be respected)

2020-03-05 Thread GitBox
BdLearnerr commented on issue #26029: [SPARK-29336][SQL] Fix the implementation of QuantileSummaries.merge (guarantee that the relativeError will be respected) URL: https://github.com/apache/spark/pull/26029#issuecomment-595632758 anyone tell me , if this is incorporated in 2.4.4 version ?

[GitHub] [spark] AmplabJenkins removed a comment on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get URL: https://github.com/apache/spark/pull/27657#issuecomment-595629196 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get URL: https://github.com/apache/spark/pull/27657#issuecomment-595629198 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins commented on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get URL: https://github.com/apache/spark/pull/27657#issuecomment-595629198 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get URL: https://github.com/apache/spark/pull/27657#issuecomment-595629196 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts URL: https://github.com/apache/spark/pull/27827#issuecomment-595628023 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts URL: https://github.com/apache/spark/pull/27827#issuecomment-595628023 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts URL: https://github.com/apache/spark/pull/27827#issuecomment-595628033 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins commented on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts URL: https://github.com/apache/spark/pull/27827#issuecomment-595628033 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get

2020-03-05 Thread GitBox
SparkQA removed a comment on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get URL: https://github.com/apache/spark/pull/27657#issuecomment-595552853 **[Test build #119437 has

[GitHub] [spark] SparkQA commented on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get

2020-03-05 Thread GitBox
SparkQA commented on issue #27657: [SPARK-30899][SQL] CreateArray/CreateMap's data type should not depend on SQLConf.get URL: https://github.com/apache/spark/pull/27657#issuecomment-595627913 **[Test build #119437 has

[GitHub] [spark] SparkQA commented on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts

2020-03-05 Thread GitBox
SparkQA commented on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts URL: https://github.com/apache/spark/pull/27827#issuecomment-595627651 **[Test build #119448 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595626862 Merged build finished. Test PASSed.

[GitHub] [spark] yaooqinn commented on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts

2020-03-05 Thread GitBox
yaooqinn commented on issue #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts URL: https://github.com/apache/spark/pull/27827#issuecomment-595626966 cc @cloud-fan @maropu @dongjoon-hyun, thanks for reviewing this.

[GitHub] [spark] SparkQA removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
SparkQA removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595581162 **[Test build #119440 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595626868 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
SparkQA commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595626740 **[Test build #119440 has

[GitHub] [spark] AmplabJenkins commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595626862 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595626868 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] yaooqinn opened a new pull request #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts

2020-03-05 Thread GitBox
yaooqinn opened a new pull request #27827: [SPARK-31066] Disable useless and uncleaned hive SessionState initialization parts URL: https://github.com/apache/spark/pull/27827 ### What changes were proposed in this pull request? As a common usage and according to

[GitHub] [spark] AmplabJenkins removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595623637 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
SparkQA removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595623593 **[Test build #119447 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595619717 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595623631 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595619722 Test PASSed. Refer to this link for build results (access rights to CI

[GitHub] [spark] SparkQA commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
SparkQA commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595623615 **[Test build #119447 has

[GitHub] [spark] SparkQA commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
SparkQA commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595623593 **[Test build #119447 has

[GitHub] [spark] AmplabJenkins commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595623637 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27810: DO NOT MERGE: Testing KafkaDelegationTokenSuite with testRetry in Jenkins URL: https://github.com/apache/spark/pull/27810#issuecomment-595623631 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595619722 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595619717 Merged build finished. Test PASSed.

[GitHub] [spark] SparkQA removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
SparkQA removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595502171 **[Test build #119426 has

[GitHub] [spark] SparkQA commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
SparkQA commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595619017 **[Test build #119426 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595617814 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595617819 Test PASSed. Refer to this link for build results (access rights to CI

[GitHub] [spark] AmplabJenkins commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595617819 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595617814 Merged build finished. Test PASSed.

[GitHub] [spark] cloud-fan commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

2020-03-05 Thread GitBox
cloud-fan commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0 URL: https://github.com/apache/spark/pull/27826#issuecomment-595617798 sorry to be late, thanks for fixing!

[GitHub] [spark] SparkQA removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
SparkQA removed a comment on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595515316 **[Test build #119433 has

[GitHub] [spark] SparkQA commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter`

2020-03-05 Thread GitBox
SparkQA commented on issue #27817: [SPARK-31060] [SQL] [test-hive1.2] Handle column names containing `dots` in data source `Filter` URL: https://github.com/apache/spark/pull/27817#issuecomment-595617162 **[Test build #119433 has

[GitHub] [spark] huaxingao commented on issue #27679: [SPARK-30776][ML] Support FValueSelector for continuous features and continuous labels

2020-03-05 Thread GitBox
huaxingao commented on issue #27679: [SPARK-30776][ML] Support FValueSelector for continuous features and continuous labels URL: https://github.com/apache/spark/pull/27679#issuecomment-595611899 Thanks! This is an automated

[GitHub] [spark] AmplabJenkins removed a comment on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach URL: https://github.com/apache/spark/pull/27825#issuecomment-595609084 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach URL: https://github.com/apache/spark/pull/27825#issuecomment-595609090 Test PASSed. Refer to this link for build

[GitHub] [spark] AmplabJenkins commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach URL: https://github.com/apache/spark/pull/27825#issuecomment-595609090 Test PASSed. Refer to this link for build results

[GitHub] [spark] AmplabJenkins commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach URL: https://github.com/apache/spark/pull/27825#issuecomment-595609084 Merged build finished. Test PASSed.

[GitHub] [spark] SparkQA commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach

2020-03-05 Thread GitBox
SparkQA commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach URL: https://github.com/apache/spark/pull/27825#issuecomment-595608777 **[Test build #119446 has

[GitHub] [spark] HeartSaVioR commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

2020-03-05 Thread GitBox
HeartSaVioR commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0 URL: https://github.com/apache/spark/pull/27826#issuecomment-595607736 Thanks for the quick review and merge!

[GitHub] [spark] dongjoon-hyun commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach

2020-03-05 Thread GitBox
dongjoon-hyun commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach URL: https://github.com/apache/spark/pull/27825#issuecomment-595607738 Retest this please.

[GitHub] [spark] dongjoon-hyun commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach

2020-03-05 Thread GitBox
dongjoon-hyun commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach URL: https://github.com/apache/spark/pull/27825#issuecomment-595607708 Thanks, @HeartSaVioR . The PR is merged.

[GitHub] [spark] dongjoon-hyun closed pull request #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

2020-03-05 Thread GitBox
dongjoon-hyun closed pull request #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0 URL: https://github.com/apache/spark/pull/27826 This is an automated message from the Apache Git

[GitHub] [spark] AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0 URL: https://github.com/apache/spark/pull/27826#issuecomment-595607307 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0 URL: https://github.com/apache/spark/pull/27826#issuecomment-595607310 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0 URL: https://github.com/apache/spark/pull/27826#issuecomment-595607307 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0 URL: https://github.com/apache/spark/pull/27826#issuecomment-595607310 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

2020-03-05 Thread GitBox
SparkQA commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0 URL: https://github.com/apache/spark/pull/27826#issuecomment-595607066 **[Test build #119445 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots URL: https://github.com/apache/spark/pull/27780#issuecomment-595606219 Test FAILed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] zhengruifeng closed pull request #27679: [SPARK-30776][ML] Support FValueSelector for continuous features and continuous labels

2020-03-05 Thread GitBox
zhengruifeng closed pull request #27679: [SPARK-30776][ML] Support FValueSelector for continuous features and continuous labels URL: https://github.com/apache/spark/pull/27679 This is an automated message from the Apache

[GitHub] [spark] AmplabJenkins removed a comment on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots URL: https://github.com/apache/spark/pull/27780#issuecomment-595606213 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA removed a comment on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots

2020-03-05 Thread GitBox
SparkQA removed a comment on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots URL: https://github.com/apache/spark/pull/27780#issuecomment-595521799 **[Test build #119435 has

[GitHub] [spark] zhengruifeng commented on issue #27679: [SPARK-30776][ML] Support FValueSelector for continuous features and continuous labels

2020-03-05 Thread GitBox
zhengruifeng commented on issue #27679: [SPARK-30776][ML] Support FValueSelector for continuous features and continuous labels URL: https://github.com/apache/spark/pull/27679#issuecomment-595606280 Merged to master This is

[GitHub] [spark] AmplabJenkins commented on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots URL: https://github.com/apache/spark/pull/27780#issuecomment-595606213 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots URL: https://github.com/apache/spark/pull/27780#issuecomment-595606219 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] HeartSaVioR commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach

2020-03-05 Thread GitBox
HeartSaVioR commented on issue #27825: [SPARK-31014][CORE][3.0] InMemoryStore: remove key from parentToChildrenMap when removing key from CountingRemoveIfForEach URL: https://github.com/apache/spark/pull/27825#issuecomment-595606047 #27826 to fix build failure.

[GitHub] [spark] SparkQA commented on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots

2020-03-05 Thread GitBox
SparkQA commented on issue #27780: [SPARK-31026] [SQL] [test-hive1.2] Parquet predicate pushdown on columns with dots URL: https://github.com/apache/spark/pull/27780#issuecomment-595606027 **[Test build #119435 has

[GitHub] [spark] HeartSaVioR commented on issue #27798: [SPARK-31045][SQL] Add config for AQE logging level

2020-03-05 Thread GitBox
HeartSaVioR commented on issue #27798: [SPARK-31045][SQL] Add config for AQE logging level URL: https://github.com/apache/spark/pull/27798#issuecomment-595605960 I just fixed it via #27826 coincidentally - please take a look.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite URL: https://github.com/apache/spark/pull/27816#issuecomment-595605589 Merged build finished. Test PASSed. This is an

[GitHub] [spark] dongjoon-hyun closed pull request #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite

2020-03-05 Thread GitBox
dongjoon-hyun closed pull request #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite URL: https://github.com/apache/spark/pull/27816 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [spark] AmplabJenkins removed a comment on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite URL: https://github.com/apache/spark/pull/27816#issuecomment-595605592 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] HeartSaVioR opened a new pull request #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

2020-03-05 Thread GitBox
HeartSaVioR opened a new pull request #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0 URL: https://github.com/apache/spark/pull/27826 ### What changes were proposed in this pull request? This patch fixes the build failure in `branch-3.0`

[GitHub] [spark] AmplabJenkins commented on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite URL: https://github.com/apache/spark/pull/27816#issuecomment-595605592 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite

2020-03-05 Thread GitBox
AmplabJenkins commented on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite URL: https://github.com/apache/spark/pull/27816#issuecomment-595605589 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] SparkQA removed a comment on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite

2020-03-05 Thread GitBox
SparkQA removed a comment on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite URL: https://github.com/apache/spark/pull/27816#issuecomment-595502184 **[Test build #119427 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119427/testReport)**

[GitHub] [spark] SparkQA commented on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite

2020-03-05 Thread GitBox
SparkQA commented on issue #27816: [SPARK-23817][FollowUp][Test] Add OrcV2QuerySuite URL: https://github.com/apache/spark/pull/27816#issuecomment-595605037 **[Test build #119427 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119427/testReport)** for PR

[GitHub] [spark] AmplabJenkins removed a comment on issue #27824: [SPARK-31064] [SQL] New Parquet Predicate Filter APIs with multi-part Identifier Support

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27824: [SPARK-31064] [SQL] New Parquet Predicate Filter APIs with multi-part Identifier Support URL: https://github.com/apache/spark/pull/27824#issuecomment-595604209 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27824: [SPARK-31064] [SQL] New Parquet Predicate Filter APIs with multi-part Identifier Support

2020-03-05 Thread GitBox
AmplabJenkins removed a comment on issue #27824: [SPARK-31064] [SQL] New Parquet Predicate Filter APIs with multi-part Identifier Support URL: https://github.com/apache/spark/pull/27824#issuecomment-595604212 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] dbtsai commented on a change in pull request #27824: [SPARK-31064] [SQL] New Parquet Predicate Filter APIs with multi-part Identifier Support

2020-03-05 Thread GitBox
dbtsai commented on a change in pull request #27824: [SPARK-31064] [SQL] New Parquet Predicate Filter APIs with multi-part Identifier Support URL: https://github.com/apache/spark/pull/27824#discussion_r388716782 ## File path:

  1   2   3   4   5   6   7   8   9   10   >