[GitHub] [spark] dongjoon-hyun closed pull request #27541: [SPARK-29462][SQL][DOCS] Add some more context and details in 'spark.sql.defaultUrlStreamHandlerFactory.enabled' documentation

2020-02-11 Thread GitBox
dongjoon-hyun closed pull request #27541: [SPARK-29462][SQL][DOCS] Add some more context and details in 'spark.sql.defaultUrlStreamHandlerFactory.enabled' documentation URL: https://github.com/apache/spark/pull/27541 This

[GitHub] [spark] dongjoon-hyun commented on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue"

2020-02-11 Thread GitBox
dongjoon-hyun commented on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue" URL: https://github.com/apache/spark/pull/27540#issuecomment-584770474 @cloud-fan , @HyukjinKwon , @gatorsmile . For this reverting, I believe we need to discuss on

[GitHub] [spark] AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584773279 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584773285 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584773279 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584773285 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] dongjoon-hyun commented on issue #27502: [SPARK-30759][SQL] Initialize cache for foldable patterns in StringRegexExpression

2020-02-11 Thread GitBox
dongjoon-hyun commented on issue #27502: [SPARK-30759][SQL] Initialize cache for foldable patterns in StringRegexExpression URL: https://github.com/apache/spark/pull/27502#issuecomment-584778106 +1 for @cloud-fan 's suggestion.

[GitHub] [spark] dongjoon-hyun edited a comment on issue #27531: Revert "[SPARK-30625][SQL] Support `escape` as third parameter of the `like` function

2020-02-11 Thread GitBox
dongjoon-hyun edited a comment on issue #27531: Revert "[SPARK-30625][SQL] Support `escape` as third parameter of the `like` function URL: https://github.com/apache/spark/pull/27531#issuecomment-584777060 Could you make a backport to `branch-3.0`, please, @MaxGekk ? There is a conflict.

[GitHub] [spark] imback82 commented on issue #27532: [SPARK-30782][SQL] Column resolution doesn't respect current catalog/namespace for v2 tables.

2020-02-11 Thread GitBox
imback82 commented on issue #27532: [SPARK-30782][SQL] Column resolution doesn't respect current catalog/namespace for v2 tables. URL: https://github.com/apache/spark/pull/27532#issuecomment-584779123 I tried postgres and mysql, and they allow this syntax. postgres: ```

[GitHub] [spark] MaxGekk opened a new pull request #27543: [SQL][SPARK-30793] Fix truncations of timestamps before the epoch to minutes and seconds

2020-02-11 Thread GitBox
MaxGekk opened a new pull request #27543: [SQL][SPARK-30793] Fix truncations of timestamps before the epoch to minutes and seconds URL: https://github.com/apache/spark/pull/27543 ### What changes were proposed in this pull request? In the PR, I propose to replace `%` by `Math.floorMod`

[GitHub] [spark] sarthfrey commented on a change in pull request #27395: [SPARK-30667][CORE] Add allGather method to BarrierTaskContext

2020-02-11 Thread GitBox
sarthfrey commented on a change in pull request #27395: [SPARK-30667][CORE] Add allGather method to BarrierTaskContext URL: https://github.com/apache/spark/pull/27395#discussion_r377824729 ## File path: core/src/main/scala/org/apache/spark/BarrierCoordinator.scala ## @@

[GitHub] [spark] AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584788849 Merged build finished. Test FAILed. This is an

[GitHub] [spark] AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584788855 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
SparkQA commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584796476 **[Test build #118239 has

[GitHub] [spark] AmplabJenkins commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes URL: https://github.com/apache/spark/pull/27313#issuecomment-584753206 Test FAILed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] dongjoon-hyun commented on issue #27536: [SPARK-30784] Use ORC nohive

2020-02-11 Thread GitBox
dongjoon-hyun commented on issue #27536: [SPARK-30784] Use ORC nohive URL: https://github.com/apache/spark/pull/27536#issuecomment-584765037 Hi, @yhuai . Thank you for making a PR. Could you fix the UT failures? This is an

[GitHub] [spark] dongjoon-hyun edited a comment on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue"

2020-02-11 Thread GitBox
dongjoon-hyun edited a comment on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue" URL: https://github.com/apache/spark/pull/27540#issuecomment-584770474 @cloud-fan , @HyukjinKwon , @gatorsmile . For this reverting, I believe we need to

[GitHub] [spark] dongjoon-hyun closed pull request #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue"

2020-02-11 Thread GitBox
dongjoon-hyun closed pull request #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue" URL: https://github.com/apache/spark/pull/27540 This is an automated message from the Apache Git

[GitHub] [spark] dongjoon-hyun commented on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue"

2020-02-11 Thread GitBox
dongjoon-hyun commented on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue" URL: https://github.com/apache/spark/pull/27540#issuecomment-584771000 Please reopen this after we made a decision on Apache eSpark dev mail discussion.

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #27531: Revert "[SPARK-30625][SQL] Support `escape` as third parameter of the `like` function

2020-02-11 Thread GitBox
dongjoon-hyun commented on a change in pull request #27531: Revert "[SPARK-30625][SQL] Support `escape` as third parameter of the `like` function URL: https://github.com/apache/spark/pull/27531#discussion_r377809008 ## File path:

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #27531: Revert "[SPARK-30625][SQL] Support `escape` as third parameter of the `like` function

2020-02-11 Thread GitBox
dongjoon-hyun commented on a change in pull request #27531: Revert "[SPARK-30625][SQL] Support `escape` as third parameter of the `like` function URL: https://github.com/apache/spark/pull/27531#discussion_r377809008 ## File path:

[GitHub] [spark] dongjoon-hyun commented on issue #27513: [SPARK-30756][SQL] Fix `ThriftServerWithSparkContextSuite` on spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3

2020-02-11 Thread GitBox
dongjoon-hyun commented on issue #27513: [SPARK-30756][SQL] Fix `ThriftServerWithSparkContextSuite` on spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3 URL: https://github.com/apache/spark/pull/27513#issuecomment-584778722 Late LGTM. Thank you for fixing that, @HyukjinKwon !

[GitHub] [spark] SparkQA commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
SparkQA commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584786890 **[Test build #118240 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584788855 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] BryanCutler commented on issue #27529: [SPARK-30777][PYTHON][TESTS] Fix test failures for Pandas >= 1.0.0

2020-02-11 Thread GitBox
BryanCutler commented on issue #27529: [SPARK-30777][PYTHON][TESTS] Fix test failures for Pandas >= 1.0.0 URL: https://github.com/apache/spark/pull/27529#issuecomment-584789624 >Yeah, I think we should port back to branch-2.4 too .. but seems having a conflict. Would you mind a PR to

[GitHub] [spark] AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584788849 Merged build finished. Test FAILed. This

[GitHub] [spark] SparkQA removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
SparkQA removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584641384 **[Test build #118239 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584797491 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584797481 Merged build finished. Test PASSed. This

[GitHub] [spark] SparkQA removed a comment on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue"

2020-02-11 Thread GitBox
SparkQA removed a comment on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue" URL: https://github.com/apache/spark/pull/27540#issuecomment-584641382 **[Test build #118238 has

[GitHub] [spark] SparkQA commented on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue"

2020-02-11 Thread GitBox
SparkQA commented on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue" URL: https://github.com/apache/spark/pull/27540#issuecomment-584802255 **[Test build #118238 has

[GitHub] [spark] SparkQA commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes

2020-02-11 Thread GitBox
SparkQA commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes URL: https://github.com/apache/spark/pull/27313#issuecomment-584751498 **[Test build #118247 has

[GitHub] [spark] AmplabJenkins commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes URL: https://github.com/apache/spark/pull/27313#issuecomment-584753174 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27488: [SPARK-26580][SQL][ML][FOLLOW-UP] Throw exception when use untyped UDF by default

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27488: [SPARK-26580][SQL][ML][FOLLOW-UP] Throw exception when use untyped UDF by default URL: https://github.com/apache/spark/pull/27488#issuecomment-584745632 Test FAILed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins removed a comment on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes URL: https://github.com/apache/spark/pull/27313#issuecomment-584753174 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27508: [SPARK-30763][SQL] Fix java.lang.IndexOutOfBoundsException No group 1 for regexp_extract

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27508: [SPARK-30763][SQL] Fix java.lang.IndexOutOfBoundsException No group 1 for regexp_extract URL: https://github.com/apache/spark/pull/27508#issuecomment-584746421 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA removed a comment on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes

2020-02-11 Thread GitBox
SparkQA removed a comment on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes URL: https://github.com/apache/spark/pull/27313#issuecomment-584660852 **[Test build #118247 has

[GitHub] [spark] AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584766190 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
SparkQA commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584765395 **[Test build #118256 has

[GitHub] [spark] AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584766182 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584766190 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] dongjoon-hyun closed pull request #27531: Revert "[SPARK-30625][SQL] Support `escape` as third parameter of the `like` function

2020-02-11 Thread GitBox
dongjoon-hyun closed pull request #27531: Revert "[SPARK-30625][SQL] Support `escape` as third parameter of the `like` function URL: https://github.com/apache/spark/pull/27531 This is an automated message from the Apache

[GitHub] [spark] dongjoon-hyun commented on issue #27531: Revert "[SPARK-30625][SQL] Support `escape` as third parameter of the `like` function

2020-02-11 Thread GitBox
dongjoon-hyun commented on issue #27531: Revert "[SPARK-30625][SQL] Support `escape` as third parameter of the `like` function URL: https://github.com/apache/spark/pull/27531#issuecomment-584777060 Could you make a backport to `branch-3.0`, @MaxGekk ? There is a conflict.

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #27452: [SPARK-30719][SQL] do not log warning if AQE is intentionally skipped and add a config to force apply

2020-02-11 Thread GitBox
dongjoon-hyun commented on a change in pull request #27452: [SPARK-30719][SQL] do not log warning if AQE is intentionally skipped and add a config to force apply URL: https://github.com/apache/spark/pull/27452#discussion_r377814329 ## File path:

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #27452: [SPARK-30719][SQL] do not log warning if AQE is intentionally skipped and add a config to force apply

2020-02-11 Thread GitBox
dongjoon-hyun commented on a change in pull request #27452: [SPARK-30719][SQL] do not log warning if AQE is intentionally skipped and add a config to force apply URL: https://github.com/apache/spark/pull/27452#discussion_r377814510 ## File path:

[GitHub] [spark] SparkQA commented on issue #27543: [SQL][SPARK-30793] Fix truncations of timestamps before the epoch to minutes and seconds

2020-02-11 Thread GitBox
SparkQA commented on issue #27543: [SQL][SPARK-30793] Fix truncations of timestamps before the epoch to minutes and seconds URL: https://github.com/apache/spark/pull/27543#issuecomment-584780038 **[Test build #118258 has

[GitHub] [spark] SparkQA commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
SparkQA commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584783740 **[Test build #118259 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584784423 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584784433 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584784423 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584784433 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584787950 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584787935 Merged build finished. Test PASSed. This

[GitHub] [spark] SparkQA removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
SparkQA removed a comment on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584652941 **[Test build #118245 has

[GitHub] [spark] SparkQA commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
SparkQA commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584788123 **[Test build #118245 has

[GitHub] [spark] AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584797481 Merged build finished. Test PASSed. This is an

[GitHub] [spark] AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584797491 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue"

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue" URL: https://github.com/apache/spark/pull/27540#issuecomment-584803391 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue"

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue" URL: https://github.com/apache/spark/pull/27540#issuecomment-584803367 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue"

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue" URL: https://github.com/apache/spark/pull/27540#issuecomment-584803367 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue"

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27540: Revert "[SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue" URL: https://github.com/apache/spark/pull/27540#issuecomment-584803391 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions URL: https://github.com/apache/spark/pull/27530#issuecomment-584816597 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions URL: https://github.com/apache/spark/pull/27530#issuecomment-584816583 Merged build finished. Test PASSed.

[GitHub] [spark] HeartSaVioR commented on a change in pull request #25670: [SPARK-28869][CORE] Roll over event log files

2020-02-11 Thread GitBox
HeartSaVioR commented on a change in pull request #25670: [SPARK-28869][CORE] Roll over event log files URL: https://github.com/apache/spark/pull/25670#discussion_r377862998 ## File path: core/src/main/scala/org/apache/spark/internal/config/package.scala ## @@ -179,6

[GitHub] [spark] SparkQA commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
SparkQA commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584827247 **[Test build #118256 has

[GitHub] [spark] SparkQA removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
SparkQA removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584765395 **[Test build #118256 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution URL: https://github.com/apache/spark/pull/27387#issuecomment-584831106 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
SparkQA commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584838805 **[Test build #118257 has

[GitHub] [spark] AmplabJenkins commented on issue #27387: [WIP] Scope Session.active in QueryExecution

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27387: [WIP] Scope Session.active in QueryExecution URL: https://github.com/apache/spark/pull/27387#issuecomment-584841375 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution URL: https://github.com/apache/spark/pull/27387#issuecomment-584841362 Merged build finished. Test FAILed. This is an automated

[GitHub] [spark] AmplabJenkins removed a comment on issue #27481: [SPARK-30758][SQL][TESTS] Improve bracketed comments tests.

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27481: [SPARK-30758][SQL][TESTS] Improve bracketed comments tests. URL: https://github.com/apache/spark/pull/27481#issuecomment-584843507 Merged build finished. Test PASSed. This is

[GitHub] [spark] AmplabJenkins removed a comment on issue #27481: [SPARK-30758][SQL][TESTS] Improve bracketed comments tests.

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27481: [SPARK-30758][SQL][TESTS] Improve bracketed comments tests. URL: https://github.com/apache/spark/pull/27481#issuecomment-584843516 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
SparkQA commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584846745 **[Test build #118259 has

[GitHub] [spark] SparkQA removed a comment on issue #27481: [SPARK-30758][SQL][TESTS] Improve bracketed comments tests.

2020-02-11 Thread GitBox
SparkQA removed a comment on issue #27481: [SPARK-30758][SQL][TESTS] Improve bracketed comments tests. URL: https://github.com/apache/spark/pull/27481#issuecomment-584693528 **[Test build #118250 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution URL: https://github.com/apache/spark/pull/27387#issuecomment-584848045 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution URL: https://github.com/apache/spark/pull/27387#issuecomment-584848037 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] hvanhovell commented on a change in pull request #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions

2020-02-11 Thread GitBox
hvanhovell commented on a change in pull request #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions URL: https://github.com/apache/spark/pull/27530#discussion_r377853444 ## File path:

[GitHub] [spark] SparkQA commented on issue #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions

2020-02-11 Thread GitBox
SparkQA commented on issue #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions URL: https://github.com/apache/spark/pull/27530#issuecomment-584815900 **[Test build #118260 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions URL: https://github.com/apache/spark/pull/27530#issuecomment-584816597 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27530: [SPARK-30780][SQL] Empty LocalTableScan should use RDD without partitions URL: https://github.com/apache/spark/pull/27530#issuecomment-584816583 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584819128 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584819119 Merged build finished. Test PASSed. This is an

[GitHub] [spark] AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584827749 Test FAILed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] tgravescs commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes

2020-02-11 Thread GitBox
tgravescs commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes URL: https://github.com/apache/spark/pull/27313#issuecomment-584827979 tests run fine locally again looks like something intermittent or on jenkins side

[GitHub] [spark] AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584827749 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584827745 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584827745 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes URL: https://github.com/apache/spark/pull/27313#issuecomment-584830582 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes URL: https://github.com/apache/spark/pull/27313#issuecomment-584830595 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] SparkQA removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution

2020-02-11 Thread GitBox
SparkQA removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution URL: https://github.com/apache/spark/pull/27387#issuecomment-584709855 **[Test build #118253 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118253/testReport)** for PR

[GitHub] [spark] AmplabJenkins removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27387: [WIP] Scope Session.active in QueryExecution URL: https://github.com/apache/spark/pull/27387#issuecomment-584831096 Merged build finished. Test FAILed. This is an automated

[GitHub] [spark] AmplabJenkins commented on issue #27387: [WIP] Scope Session.active in QueryExecution

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27387: [WIP] Scope Session.active in QueryExecution URL: https://github.com/apache/spark/pull/27387#issuecomment-584831096 Merged build finished. Test FAILed. This is an automated message

[GitHub] [spark] AmplabJenkins commented on issue #27387: [WIP] Scope Session.active in QueryExecution

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27387: [WIP] Scope Session.active in QueryExecution URL: https://github.com/apache/spark/pull/27387#issuecomment-584831106 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27313: [SPARK-29148][CORE] Add stage level scheduling dynamic allocation and scheduler backend changes URL: https://github.com/apache/spark/pull/27313#issuecomment-584830582 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584839241 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins commented on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584839248 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] peter-toth commented on issue #27518: [SPARK-30768][SQL] Constraints should be inferred from inequality attributes

2020-02-11 Thread GitBox
peter-toth commented on issue #27518: [SPARK-30768][SQL] Constraints should be inferred from inequality attributes URL: https://github.com/apache/spark/pull/27518#issuecomment-584839346 Is the title correct? Isn't what you do here is constant propagation among constraints? Obviously it

[GitHub] [spark] AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
AmplabJenkins removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584839241 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager

2020-02-11 Thread GitBox
SparkQA removed a comment on issue #27539: [SPARK-30786] [CORE] Fix Block replication failure propogation issue in BlockManager URL: https://github.com/apache/spark/pull/27539#issuecomment-584772596 **[Test build #118257 has

[GitHub] [spark] liyinan926 commented on a change in pull request #27520: [SPARK-30771][K8S] Avoid failed mount warning from kubernetes and support the optional mount.

2020-02-11 Thread GitBox
liyinan926 commented on a change in pull request #27520: [SPARK-30771][K8S] Avoid failed mount warning from kubernetes and support the optional mount. URL: https://github.com/apache/spark/pull/27520#discussion_r377883931 ## File path:

<    4   5   6   7   8   9   10   >