[GitHub] [spark] gaborgsomogyi commented on issue #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka

2019-10-18 Thread GitBox
gaborgsomogyi commented on issue #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka URL: https://github.com/apache/spark/pull/26153#issuecomment-543718974 > What would you suggest? Aren't batch, streaming, and continuous streaming using the same KafkaRowWriter

[GitHub] [spark] SparkQA commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
SparkQA commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543738613 **[Test build #112276 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112276/testReport)** for PR

[GitHub] [spark] SparkQA commented on issue #26080: [SPARK-29425][SQL] The ownership of a database should be respected

2019-10-18 Thread GitBox
SparkQA commented on issue #26080: [SPARK-29425][SQL] The ownership of a database should be respected URL: https://github.com/apache/spark/pull/26080#issuecomment-543738656 **[Test build #112277 has

[GitHub] [spark] AmplabJenkins commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543739224 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] AmplabJenkins commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543739239 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
SparkQA removed a comment on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543738613 **[Test build #112276 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112276/testReport)**

[GitHub] [spark] AmplabJenkins removed a comment on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543744501 Merged build finished. Test FAILed. This is an

[GitHub] [spark] AmplabJenkins commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543744519 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] redsk commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka

2019-10-18 Thread GitBox
redsk commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka URL: https://github.com/apache/spark/pull/26153#discussion_r336506341 ## File path: docs/structured-streaming-kafka-integration.md ## @@ -622,6

[GitHub] [spark] skonto commented on issue #26161: [SPARK-27900][K8s] Add jvm oom flag in cluster mode

2019-10-18 Thread GitBox
skonto commented on issue #26161: [SPARK-27900][K8s] Add jvm oom flag in cluster mode URL: https://github.com/apache/spark/pull/26161#issuecomment-543645687 @holdenk @erikerlandson pls review. This is an automated message

[GitHub] [spark] SparkQA removed a comment on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands

2019-10-18 Thread GitBox
SparkQA removed a comment on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands URL: https://github.com/apache/spark/pull/26129#issuecomment-543559210 **[Test build #112259 has

[GitHub] [spark] SparkQA commented on issue #26053: [SPARK-29379][SQL]SHOW FUNCTIONS show '!=', '<>' , 'between', 'case'

2019-10-18 Thread GitBox
SparkQA commented on issue #26053: [SPARK-29379][SQL]SHOW FUNCTIONS show '!=', '<>' , 'between', 'case' URL: https://github.com/apache/spark/pull/26053#issuecomment-543683653 **[Test build #112263 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #26157: [SPARK-28560][SQL][followup] resolve the remaining comments for PR#25295

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26157: [SPARK-28560][SQL][followup] resolve the remaining comments for PR#25295 URL: https://github.com/apache/spark/pull/26157#issuecomment-543690465 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
SparkQA commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543690800 **[Test build #112271 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #26157: [SPARK-28560][SQL][followup] resolve the remaining comments for PR#25295

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26157: [SPARK-28560][SQL][followup] resolve the remaining comments for PR#25295 URL: https://github.com/apache/spark/pull/26157#issuecomment-543690455 Merged build finished. Test PASSed.

[GitHub] [spark] gaborgsomogyi commented on issue #26158: [MINOR][SQL][SS] Deduplicate codes from Kafka data source

2019-10-18 Thread GitBox
gaborgsomogyi commented on issue #26158: [MINOR][SQL][SS] Deduplicate codes from Kafka data source URL: https://github.com/apache/spark/pull/26158#issuecomment-543696357 I think the direction is good but not sure it's a minor stuff.

[GitHub] [spark] skonto commented on a change in pull request #25870: [SPARK-27936][K8S] support python deps

2019-10-18 Thread GitBox
skonto commented on a change in pull request #25870: [SPARK-27936][K8S] support python deps URL: https://github.com/apache/spark/pull/25870#discussion_r336457149 ## File path:

[GitHub] [spark] redsk commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka

2019-10-18 Thread GitBox
redsk commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka URL: https://github.com/apache/spark/pull/26153#discussion_r336457378 ## File path:

[GitHub] [spark] AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543715650 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543715656 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543715656 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543715650 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #26161: [SPARK-27900][K8s] Add jvm oom flag in cluster mode

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26161: [SPARK-27900][K8s] Add jvm oom flag in cluster mode URL: https://github.com/apache/spark/pull/26161#issuecomment-543717546 Merged build finished. Test PASSed. This is an

[GitHub] [spark] AmplabJenkins removed a comment on issue #26161: [SPARK-27900][K8s] Add jvm oom flag in cluster mode

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26161: [SPARK-27900][K8s] Add jvm oom flag in cluster mode URL: https://github.com/apache/spark/pull/26161#issuecomment-543717558 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] HeartSaVioR commented on issue #26158: [SPARK-29509][SQL][SS] Deduplicate codes from Kafka data source

2019-10-18 Thread GitBox
HeartSaVioR commented on issue #26158: [SPARK-29509][SQL][SS] Deduplicate codes from Kafka data source URL: https://github.com/apache/spark/pull/26158#issuecomment-543737818 Thanks for the suggestion. Filed an issue and changed the title.

[GitHub] [spark] SparkQA commented on issue #25870: [SPARK-27936][K8S] support python deps

2019-10-18 Thread GitBox
SparkQA commented on issue #25870: [SPARK-27936][K8S] support python deps URL: https://github.com/apache/spark/pull/25870#issuecomment-543737420 Kubernetes integration test starting URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/17258/

[GitHub] [spark] xuanyuanking commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
xuanyuanking commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543738534 cc @cloud-fan @gatorsmile This is an automated message from

[GitHub] [spark] AmplabJenkins commented on issue #26120: [SPARK-29014][SQL] DataSourceV2: Fix current/default catalog usage

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26120: [SPARK-29014][SQL] DataSourceV2: Fix current/default catalog usage URL: https://github.com/apache/spark/pull/26120#issuecomment-543743384 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #26120: [SPARK-29014][SQL] DataSourceV2: Fix current/default catalog usage

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26120: [SPARK-29014][SQL] DataSourceV2: Fix current/default catalog usage URL: https://github.com/apache/spark/pull/26120#issuecomment-543743370 Merged build finished. Test PASSed. This is

[GitHub] [spark] AmplabJenkins removed a comment on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations URL: https://github.com/apache/spark/pull/26165#issuecomment-543752019 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations URL: https://github.com/apache/spark/pull/26165#issuecomment-543752007 Merged build finished. Test PASSed.

[GitHub] [spark] SparkQA commented on issue #26080: [SPARK-29425][SQL] The ownership of a database should be respected

2019-10-18 Thread GitBox
SparkQA commented on issue #26080: [SPARK-29425][SQL] The ownership of a database should be respected URL: https://github.com/apache/spark/pull/26080#issuecomment-543754862 **[Test build #112280 has

[GitHub] [spark] SparkQA commented on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations

2019-10-18 Thread GitBox
SparkQA commented on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations URL: https://github.com/apache/spark/pull/26165#issuecomment-543754816 **[Test build #112279 has

[GitHub] [spark] AmplabJenkins commented on issue #26080: [SPARK-29425][SQL] The ownership of a database should be respected

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26080: [SPARK-29425][SQL] The ownership of a database should be respected URL: https://github.com/apache/spark/pull/26080#issuecomment-543755327 Merged build finished. Test PASSed. This is

[GitHub] [spark] HeartSaVioR commented on issue #26162: [SPARK-29438][SS] Use partition ID of source for state store in stream-stream join

2019-10-18 Thread GitBox
HeartSaVioR commented on issue #26162: [SPARK-29438][SS] Use partition ID of source for state store in stream-stream join URL: https://github.com/apache/spark/pull/26162#issuecomment-543668712 We may also need to describe the change into migration guide (and/or release note) - once we

[GitHub] [spark] AmplabJenkins removed a comment on issue #26151: [SPARK-29502][SQL] typed interval expression should fail for invalid format

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26151: [SPARK-29502][SQL] typed interval expression should fail for invalid format URL: https://github.com/apache/spark/pull/26151#issuecomment-543672860 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #26151: [SPARK-29502][SQL] typed interval expression should fail for invalid format

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26151: [SPARK-29502][SQL] typed interval expression should fail for invalid format URL: https://github.com/apache/spark/pull/26151#issuecomment-543672879 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()`

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()` URL: https://github.com/apache/spark/pull/25981#issuecomment-543685093 Merged build finished. Test PASSed. This

[GitHub] [spark] AmplabJenkins removed a comment on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()`

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()` URL: https://github.com/apache/spark/pull/25981#issuecomment-543685105 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543690963 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
SparkQA removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543646547 **[Test build #112271 has

[GitHub] [spark] AmplabJenkins commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543690956 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543690956 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543690963 Test FAILed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] Fokko commented on issue #26131: [SPARK-29483][BUILD] Bump Jackson to 2.10.0

2019-10-18 Thread GitBox
Fokko commented on issue #26131: [SPARK-29483][BUILD] Bump Jackson to 2.10.0 URL: https://github.com/apache/spark/pull/26131#issuecomment-543701784 @krishna-pandey please refer to https://github.com/apache/spark/pull/21596 Jackson is notorious for having to change their public API,

[GitHub] [spark] SparkQA commented on issue #26161: [SPARK-27900][K8s] Add jvm oom flag in cluster mode

2019-10-18 Thread GitBox
SparkQA commented on issue #26161: [SPARK-27900][K8s] Add jvm oom flag in cluster mode URL: https://github.com/apache/spark/pull/26161#issuecomment-543716490 **[Test build #112270 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112270/testReport)** for PR

[GitHub] [spark] SparkQA removed a comment on issue #26161: [SPARK-27900][K8s] Add jvm oom flag in cluster mode

2019-10-18 Thread GitBox
SparkQA removed a comment on issue #26161: [SPARK-27900][K8s] Add jvm oom flag in cluster mode URL: https://github.com/apache/spark/pull/26161#issuecomment-543646573 **[Test build #112270 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112270/testReport)**

[GitHub] [spark] xuanyuanking opened a new pull request #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
xuanyuanking opened a new pull request #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164 ### What changes were proposed in this pull request? We shall have a new mechanism that the downstream operators may notify its parents

[GitHub] [spark] AmplabJenkins commented on issue #26080: [SPARK-29425][SQL] The ownership of a database should be respected

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26080: [SPARK-29425][SQL] The ownership of a database should be respected URL: https://github.com/apache/spark/pull/26080#issuecomment-543739386 Merged build finished. Test PASSed. This is

[GitHub] [spark] AmplabJenkins commented on issue #26080: [SPARK-29425][SQL] The ownership of a database should be respected

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26080: [SPARK-29425][SQL] The ownership of a database should be respected URL: https://github.com/apache/spark/pull/26080#issuecomment-543739396 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543739224 Merged build finished. Test PASSed. This is an

[GitHub] [spark] AmplabJenkins removed a comment on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543739239 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25870: [SPARK-27936][K8S] support python deps

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #25870: [SPARK-27936][K8S] support python deps URL: https://github.com/apache/spark/pull/25870#issuecomment-543754002 Merged build finished. Test FAILed. This is an automated message

[GitHub] [spark] AmplabJenkins removed a comment on issue #25870: [SPARK-27936][K8S] support python deps

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #25870: [SPARK-27936][K8S] support python deps URL: https://github.com/apache/spark/pull/25870#issuecomment-543754014 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] gaborgsomogyi commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka

2019-10-18 Thread GitBox
gaborgsomogyi commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka URL: https://github.com/apache/spark/pull/26153#discussion_r336503495 ## File path: docs/structured-streaming-kafka-integration.md ## @@

[GitHub] [spark] gaborgsomogyi commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka

2019-10-18 Thread GitBox
gaborgsomogyi commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka URL: https://github.com/apache/spark/pull/26153#discussion_r336503495 ## File path: docs/structured-streaming-kafka-integration.md ## @@

[GitHub] [spark] gaborgsomogyi commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka

2019-10-18 Thread GitBox
gaborgsomogyi commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka URL: https://github.com/apache/spark/pull/26153#discussion_r336503495 ## File path: docs/structured-streaming-kafka-integration.md ## @@

[GitHub] [spark] AmplabJenkins commented on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations URL: https://github.com/apache/spark/pull/26165#issuecomment-543765423 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA commented on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations

2019-10-18 Thread GitBox
SparkQA commented on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations URL: https://github.com/apache/spark/pull/26165#issuecomment-543765377 **[Test build #112279 has

[GitHub] [spark] AmplabJenkins commented on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26165: [SPARK-29508][SQL] Implicitly cast strings in datetime arithmetic operations URL: https://github.com/apache/spark/pull/26165#issuecomment-543765429 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543647406 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership URL: https://github.com/apache/spark/pull/26160#issuecomment-543647417 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] yaooqinn commented on a change in pull request #26080: [SPARK-29425][SQL] The ownership of a database should be respected

2019-10-18 Thread GitBox
yaooqinn commented on a change in pull request #26080: [SPARK-29425][SQL] The ownership of a database should be respected URL: https://github.com/apache/spark/pull/26080#discussion_r336422180 ## File path:

[GitHub] [spark] SparkQA commented on issue #26162: [SPARK-29438][SS] Use partition ID of source for state store in stream-stream join

2019-10-18 Thread GitBox
SparkQA commented on issue #26162: [SPARK-29438][SS] Use partition ID of source for state store in stream-stream join URL: https://github.com/apache/spark/pull/26162#issuecomment-543665325 **[Test build #112273 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md URL: https://github.com/apache/spark/pull/26163#issuecomment-543662175 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #26162: [SPARK-29438][SS] Use partition ID of source for state store in stream-stream join

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26162: [SPARK-29438][SS] Use partition ID of source for state store in stream-stream join URL: https://github.com/apache/spark/pull/26162#issuecomment-543661942 Can one of the admins verify this patch?

[GitHub] [spark] AmplabJenkins removed a comment on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md URL: https://github.com/apache/spark/pull/26163#issuecomment-543662158 Merged build finished. Test PASSed.

[GitHub] [spark] SparkQA commented on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md

2019-10-18 Thread GitBox
SparkQA commented on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md URL: https://github.com/apache/spark/pull/26163#issuecomment-543665344 **[Test build #112272 has

[GitHub] [spark] AmplabJenkins commented on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()`

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()` URL: https://github.com/apache/spark/pull/25981#issuecomment-543671940 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands URL: https://github.com/apache/spark/pull/26129#issuecomment-543670787 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands URL: https://github.com/apache/spark/pull/26129#issuecomment-543670787 Merged build finished. Test PASSed.

[GitHub] [spark] SparkQA removed a comment on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md

2019-10-18 Thread GitBox
SparkQA removed a comment on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md URL: https://github.com/apache/spark/pull/26163#issuecomment-543665344 **[Test build #112272 has

[GitHub] [spark] SparkQA commented on issue #26151: [SPARK-29502][SQL] typed interval expression should fail for invalid format

2019-10-18 Thread GitBox
SparkQA commented on issue #26151: [SPARK-29502][SQL] typed interval expression should fail for invalid format URL: https://github.com/apache/spark/pull/26151#issuecomment-543671775 **[Test build #112258 has

[GitHub] [spark] AmplabJenkins commented on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()`

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()` URL: https://github.com/apache/spark/pull/25981#issuecomment-543671926 Merged build finished. Test PASSed. This is an

[GitHub] [spark] AmplabJenkins removed a comment on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands URL: https://github.com/apache/spark/pull/26129#issuecomment-543670799 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md URL: https://github.com/apache/spark/pull/26163#issuecomment-543671702 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] gengliangwang commented on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands

2019-10-18 Thread GitBox
gengliangwang commented on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands URL: https://github.com/apache/spark/pull/26129#issuecomment-543671481 Thanks, merging to master! This

[GitHub] [spark] AmplabJenkins removed a comment on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()`

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()` URL: https://github.com/apache/spark/pull/25981#issuecomment-543671926 Merged build finished. Test PASSed. This

[GitHub] [spark] AmplabJenkins removed a comment on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md URL: https://github.com/apache/spark/pull/26163#issuecomment-543671702 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()`

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()` URL: https://github.com/apache/spark/pull/25981#issuecomment-543671940 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #26151: [SPARK-29502][SQL] typed interval expression should fail for invalid format

2019-10-18 Thread GitBox
SparkQA removed a comment on issue #26151: [SPARK-29502][SQL] typed interval expression should fail for invalid format URL: https://github.com/apache/spark/pull/26151#issuecomment-543559175 **[Test build #112258 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md URL: https://github.com/apache/spark/pull/26163#issuecomment-543671696 Merged build finished. Test PASSed.

[GitHub] [spark] SparkQA commented on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md

2019-10-18 Thread GitBox
SparkQA commented on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md URL: https://github.com/apache/spark/pull/26163#issuecomment-543671517 **[Test build #112272 has

[GitHub] [spark] SparkQA commented on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()`

2019-10-18 Thread GitBox
SparkQA commented on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()` URL: https://github.com/apache/spark/pull/25981#issuecomment-543671131 **[Test build #112260 has

[GitHub] [spark] SparkQA removed a comment on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()`

2019-10-18 Thread GitBox
SparkQA removed a comment on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()` URL: https://github.com/apache/spark/pull/25981#issuecomment-543559212 **[Test build #112260 has

[GitHub] [spark] AmplabJenkins commented on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26163: [MINOR][DOCS] Fix incorrect EqualNullSafe symbol in sql-migration-guide.md URL: https://github.com/apache/spark/pull/26163#issuecomment-543671696 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26129: [SPARK-29482][SQL] ANALYZE TABLE should look up catalog/table like v2 commands URL: https://github.com/apache/spark/pull/26129#issuecomment-543670799 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #26156: [SPARK-29438][SS] Failed to get state store when task number is not determinate

2019-10-18 Thread GitBox
SparkQA commented on issue #26156: [SPARK-29438][SS] Failed to get state store when task number is not determinate URL: https://github.com/apache/spark/pull/26156#issuecomment-543679213 **[Test build #112261 has

[GitHub] [spark] redsk commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka

2019-10-18 Thread GitBox
redsk commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka URL: https://github.com/apache/spark/pull/26153#discussion_r336453652 ## File path: docs/structured-streaming-kafka-integration.md ## @@ -622,6

[GitHub] [spark] redsk commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka

2019-10-18 Thread GitBox
redsk commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka URL: https://github.com/apache/spark/pull/26153#discussion_r336456840 ## File path:

[GitHub] [spark] gaborgsomogyi commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka

2019-10-18 Thread GitBox
gaborgsomogyi commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka URL: https://github.com/apache/spark/pull/26153#discussion_r336461734 ## File path:

[GitHub] [spark] gaborgsomogyi commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka

2019-10-18 Thread GitBox
gaborgsomogyi commented on a change in pull request #26153: [SPARK-29500][SQL][SS] Support partition column when writing to Kafka URL: https://github.com/apache/spark/pull/26153#discussion_r336472228 ## File path:

[GitHub] [spark] AmplabJenkins removed a comment on issue #24939: [SPARK-18569][ML][R] Support RFormula arithmetic, I() and spark functions

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #24939: [SPARK-18569][ML][R] Support RFormula arithmetic, I() and spark functions URL: https://github.com/apache/spark/pull/24939#issuecomment-543743557 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #24939: [SPARK-18569][ML][R] Support RFormula arithmetic, I() and spark functions

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #24939: [SPARK-18569][ML][R] Support RFormula arithmetic, I() and spark functions URL: https://github.com/apache/spark/pull/24939#issuecomment-543743551 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #26120: [SPARK-29014][SQL] DataSourceV2: Fix current/default catalog usage

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26120: [SPARK-29014][SQL] DataSourceV2: Fix current/default catalog usage URL: https://github.com/apache/spark/pull/26120#issuecomment-543743370 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #26120: [SPARK-29014][SQL] DataSourceV2: Fix current/default catalog usage

2019-10-18 Thread GitBox
AmplabJenkins removed a comment on issue #26120: [SPARK-29014][SQL] DataSourceV2: Fix current/default catalog usage URL: https://github.com/apache/spark/pull/26120#issuecomment-543743384 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #24939: [SPARK-18569][ML][R] Support RFormula arithmetic, I() and spark functions

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #24939: [SPARK-18569][ML][R] Support RFormula arithmetic, I() and spark functions URL: https://github.com/apache/spark/pull/24939#issuecomment-543743557 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #24939: [SPARK-18569][ML][R] Support RFormula arithmetic, I() and spark functions

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #24939: [SPARK-18569][ML][R] Support RFormula arithmetic, I() and spark functions URL: https://github.com/apache/spark/pull/24939#issuecomment-543743551 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
AmplabJenkins commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543744501 Merged build finished. Test FAILed. This is an automated

[GitHub] [spark] SparkQA commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin

2019-10-18 Thread GitBox
SparkQA commented on issue #26164: [SPARK-21492][SQL] Fix memory leak in SortMergeJoin URL: https://github.com/apache/spark/pull/26164#issuecomment-543744459 **[Test build #112276 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112276/testReport)** for PR

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