[jira] [Assigned] (SPARK-32939) Avoid re-compute expensive expression

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-32939: Assignee: (was: Apache Spark) > Avoid re-compute expensive expression >

[jira] [Commented] (SPARK-32939) Avoid re-compute expensive expression

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198660#comment-17198660 ] Apache Spark commented on SPARK-32939: -- User 'AngersZh' has created a pull request for this

[jira] [Assigned] (SPARK-32939) Avoid re-compute expensive expression

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-32939: Assignee: Apache Spark > Avoid re-compute expensive expression >

[jira] [Updated] (SPARK-32939) Avoid re-compute expensive expression

2020-09-18 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angerszhu updated SPARK-32939: -- Description: {code:java} test("Pushdown demo") { withTable("t") { withTempDir { loc =>

[jira] [Created] (SPARK-32939) Avoid re-compute expensive expression

2020-09-18 Thread angerszhu (Jira)
angerszhu created SPARK-32939: - Summary: Avoid re-compute expensive expression Key: SPARK-32939 URL: https://issues.apache.org/jira/browse/SPARK-32939 Project: Spark Issue Type: Improvement

[jira] [Commented] (SPARK-30294) Read-only state store unnecessarily creates and deletes the temp file for delta file every batch

2020-09-18 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-30294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198600#comment-17198600 ] L. C. Hsieh commented on SPARK-30294: - As this doesn't cause error or correctness issue, it is more

[jira] [Updated] (SPARK-32738) thread safe endpoints may hang due to fatal error

2020-09-18 Thread Mridul Muralidharan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mridul Muralidharan updated SPARK-32738: Fix Version/s: 2.4.8 > thread safe endpoints may hang due to fatal error >

[jira] [Assigned] (SPARK-17556) Executor side broadcast for broadcast joins

2020-09-18 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-17556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] L. C. Hsieh reassigned SPARK-17556: --- Assignee: L. C. Hsieh > Executor side broadcast for broadcast joins >

[jira] [Commented] (SPARK-17556) Executor side broadcast for broadcast joins

2020-09-18 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-17556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198571#comment-17198571 ] L. C. Hsieh commented on SPARK-17556: - We will recently try to pick this up again. > Executor side

[jira] [Updated] (SPARK-32898) totalExecutorRunTimeMs is too big

2020-09-18 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-32898: -- Affects Version/s: 2.4.7 > totalExecutorRunTimeMs is too big >

[jira] [Resolved] (SPARK-32898) totalExecutorRunTimeMs is too big

2020-09-18 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun resolved SPARK-32898. --- Fix Version/s: 3.1.0 3.0.2 Assignee: wuyi Resolution:

[jira] [Updated] (SPARK-32635) When pyspark.sql.functions.lit() function is used with dataframe cache, it returns wrong result

2020-09-18 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-32635: -- Fix Version/s: 2.4.8 > When pyspark.sql.functions.lit() function is used with dataframe

[jira] [Commented] (SPARK-32348) Get tests working for Scala 2.13 build

2020-09-18 Thread Sean R. Owen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198410#comment-17198410 ] Sean R. Owen commented on SPARK-32348: -- This is really going to be duplicated by N other JIRAs to

[jira] [Resolved] (SPARK-32808) Pass all `sql/core` module UTs in Scala 2.13

2020-09-18 Thread Sean R. Owen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean R. Owen resolved SPARK-32808. -- Fix Version/s: 3.1.0 Resolution: Fixed Issue resolved by pull request 29711

[jira] [Assigned] (SPARK-32808) Pass all `sql/core` module UTs in Scala 2.13

2020-09-18 Thread Sean R. Owen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean R. Owen reassigned SPARK-32808: Assignee: Yang Jie > Pass all `sql/core` module UTs in Scala 2.13 >

[jira] [Resolved] (SPARK-32848) CostBasedJoinReorder should produce same result in Scala 2.12 and 2.13 with same input

2020-09-18 Thread Sean R. Owen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean R. Owen resolved SPARK-32848. -- Resolution: Duplicate > CostBasedJoinReorder should produce same result in Scala 2.12 and

[jira] [Commented] (SPARK-32935) File source V2: support bucketing

2020-09-18 Thread Thomas Graves (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198368#comment-17198368 ] Thomas Graves commented on SPARK-32935: --- sorry looks like my update went in same time as yours and

[jira] [Updated] (SPARK-32935) File source V2: support bucketing

2020-09-18 Thread Thomas Graves (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Graves updated SPARK-32935: -- Description: Datasource V2 does not currently support bucketed reads or writes similar to

[jira] [Updated] (SPARK-32935) File source V2: support bucketing

2020-09-18 Thread Thomas Graves (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Graves updated SPARK-32935: -- Description: Datasource V2 does not currently support bucketed reads similar to Datasource

[jira] [Commented] (SPARK-32187) User Guide - Shipping Python Package

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198363#comment-17198363 ] Apache Spark commented on SPARK-32187: -- User 'fhoering' has created a pull request for this issue:

[jira] [Updated] (SPARK-32938) Spark can not cast long value from Kafka

2020-09-18 Thread Matthias Seiler (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Seiler updated SPARK-32938: Environment: Debian 10 (Buster), AMD64 Spark 3.0.0 Kafka 2.5.0

[jira] [Commented] (SPARK-32187) User Guide - Shipping Python Package

2020-09-18 Thread Jira
[ https://issues.apache.org/jira/browse/SPARK-32187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198362#comment-17198362 ] Fabian Höring commented on SPARK-32187: --- [~hyukjin.kwon] Voilà:

[jira] [Commented] (SPARK-32187) User Guide - Shipping Python Package

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198360#comment-17198360 ] Apache Spark commented on SPARK-32187: -- User 'fhoering' has created a pull request for this issue:

[jira] [Issue Comment Deleted] (SPARK-32183) User Guide - PySpark Usage Guide for Pandas with Apache Arrow

2020-09-18 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon updated SPARK-32183: - Comment: was deleted (was: User 'fhoering' has created a pull request for this issue:

[jira] [Created] (SPARK-32938) Spark can not cast long value from Kafka

2020-09-18 Thread Matthias Seiler (Jira)
Matthias Seiler created SPARK-32938: --- Summary: Spark can not cast long value from Kafka Key: SPARK-32938 URL: https://issues.apache.org/jira/browse/SPARK-32938 Project: Spark Issue Type:

[jira] [Commented] (SPARK-32183) User Guide - PySpark Usage Guide for Pandas with Apache Arrow

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198354#comment-17198354 ] Apache Spark commented on SPARK-32183: -- User 'fhoering' has created a pull request for this issue:

[jira] [Commented] (SPARK-31754) Spark Structured Streaming: NullPointerException in Stream Stream join

2020-09-18 Thread Mark Kegel (DSS) (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198348#comment-17198348 ] Mark Kegel (DSS) commented on SPARK-31754: -- We are seeing this same problem in our data

[jira] [Updated] (SPARK-32935) File source V2: support bucketing

2020-09-18 Thread Thomas Graves (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Graves updated SPARK-32935: -- Description: Datasource V2 does not currently support bucketed reads similar to Datasource

[jira] [Resolved] (SPARK-32936) Pass all `external/avro` module UTs in Scala 2.13

2020-09-18 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon resolved SPARK-32936. -- Fix Version/s: 3.1.0 Resolution: Fixed Issue resolved by pull request 29801

[jira] [Assigned] (SPARK-32936) Pass all `external/avro` module UTs in Scala 2.13

2020-09-18 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon reassigned SPARK-32936: Assignee: Yang Jie > Pass all `external/avro` module UTs in Scala 2.13 >

[jira] [Commented] (SPARK-27589) Spark file source V2

2020-09-18 Thread Thomas Graves (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198339#comment-17198339 ] Thomas Graves commented on SPARK-27589: --- thanks for confirming and filing the jira, wanted to make

[jira] [Updated] (SPARK-32935) File source V2: support bucketing

2020-09-18 Thread Gengliang Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gengliang Wang updated SPARK-32935: --- Description: Support writing file data source with bucketing {code:java}

[jira] [Commented] (SPARK-32935) File source V2: support bucketing

2020-09-18 Thread Gengliang Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198338#comment-17198338 ] Gengliang Wang commented on SPARK-32935: [~rohitmishr1484] Sure > File source V2: support

[jira] [Assigned] (SPARK-32911) UnsafeExternalSorter.SpillableIterator cannot spill after reading all records

2020-09-18 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan reassigned SPARK-32911: --- Assignee: Tom van Bussel > UnsafeExternalSorter.SpillableIterator cannot spill after

[jira] [Resolved] (SPARK-32911) UnsafeExternalSorter.SpillableIterator cannot spill after reading all records

2020-09-18 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan resolved SPARK-32911. - Fix Version/s: 3.1.0 Resolution: Fixed Issue resolved by pull request 29787

[jira] [Created] (SPARK-32937) DecomissionSuite in k8s integration tests is failing.

2020-09-18 Thread Prashant Sharma (Jira)
Prashant Sharma created SPARK-32937: --- Summary: DecomissionSuite in k8s integration tests is failing. Key: SPARK-32937 URL: https://issues.apache.org/jira/browse/SPARK-32937 Project: Spark

[jira] [Commented] (SPARK-32635) When pyspark.sql.functions.lit() function is used with dataframe cache, it returns wrong result

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198256#comment-17198256 ] Apache Spark commented on SPARK-32635: -- User 'peter-toth' has created a pull request for this

[jira] [Assigned] (SPARK-32859) Introduce SQL physical plan rule to decide enable/disable bucketing

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-32859: Assignee: Apache Spark > Introduce SQL physical plan rule to decide enable/disable

[jira] [Commented] (SPARK-32859) Introduce SQL physical plan rule to decide enable/disable bucketing

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198245#comment-17198245 ] Apache Spark commented on SPARK-32859: -- User 'c21' has created a pull request for this issue:

[jira] [Assigned] (SPARK-32859) Introduce SQL physical plan rule to decide enable/disable bucketing

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-32859: Assignee: (was: Apache Spark) > Introduce SQL physical plan rule to decide

[jira] [Commented] (SPARK-32859) Introduce SQL physical plan rule to decide enable/disable bucketing

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198244#comment-17198244 ] Apache Spark commented on SPARK-32859: -- User 'c21' has created a pull request for this issue:

[jira] [Commented] (SPARK-32935) File source V2: support bucketing

2020-09-18 Thread Rohit Mishra (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198242#comment-17198242 ] Rohit Mishra commented on SPARK-32935: -- [~Gengliang.Wang], Can you please add a description? >

[jira] [Commented] (SPARK-32930) Replace deprecated isFile/isDirectory methods

2020-09-18 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198237#comment-17198237 ] Hyukjin Kwon commented on SPARK-32930: -- The JIRA is closed so cannot be reopen - this is fixed in

[jira] [Commented] (SPARK-32874) Enhance result set meta data check for execute statement operation for thrift server

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198227#comment-17198227 ] Apache Spark commented on SPARK-32874: -- User 'yaooqinn' has created a pull request for this issue:

[jira] [Commented] (SPARK-32635) When pyspark.sql.functions.lit() function is used with dataframe cache, it returns wrong result

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198219#comment-17198219 ] Apache Spark commented on SPARK-32635: -- User 'peter-toth' has created a pull request for this

[jira] [Commented] (SPARK-32936) Pass all `external/avro` module UTs in Scala 2.13

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198218#comment-17198218 ] Apache Spark commented on SPARK-32936: -- User 'LuciferYang' has created a pull request for this

[jira] [Commented] (SPARK-32936) Pass all `external/avro` module UTs in Scala 2.13

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198216#comment-17198216 ] Apache Spark commented on SPARK-32936: -- User 'LuciferYang' has created a pull request for this

[jira] [Assigned] (SPARK-32936) Pass all `external/avro` module UTs in Scala 2.13

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-32936: Assignee: (was: Apache Spark) > Pass all `external/avro` module UTs in Scala 2.13 >

[jira] [Assigned] (SPARK-32936) Pass all `external/avro` module UTs in Scala 2.13

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-32936: Assignee: Apache Spark > Pass all `external/avro` module UTs in Scala 2.13 >

[jira] [Updated] (SPARK-32936) Pass all `external/avro` module UTs in Scala 2.13

2020-09-18 Thread Yang Jie (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Jie updated SPARK-32936: - Description: There are 14 test failed of `external/avro` module as follow: * AvroV1Suite(7 FAILED) *

[jira] [Updated] (SPARK-32936) Pass all `external/avro` module UTs in Scala 2.13

2020-09-18 Thread Yang Jie (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Jie updated SPARK-32936: - Summary: Pass all `external/avro` module UTs in Scala 2.13 (was: Pass all `external/avro` module test)

[jira] [Created] (SPARK-32936) Pass all `external/avro` module test

2020-09-18 Thread Yang Jie (Jira)
Yang Jie created SPARK-32936: Summary: Pass all `external/avro` module test Key: SPARK-32936 URL: https://issues.apache.org/jira/browse/SPARK-32936 Project: Spark Issue Type: Sub-task

[jira] [Commented] (SPARK-27589) Spark file source V2

2020-09-18 Thread Gengliang Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198203#comment-17198203 ] Gengliang Wang commented on SPARK-27589: [~tgraves] I am really sorry that I missed your

[jira] [Created] (SPARK-32935) File source V2: support bucketing

2020-09-18 Thread Gengliang Wang (Jira)
Gengliang Wang created SPARK-32935: -- Summary: File source V2: support bucketing Key: SPARK-32935 URL: https://issues.apache.org/jira/browse/SPARK-32935 Project: Spark Issue Type: Sub-task

[jira] [Commented] (SPARK-28396) Add PathCatalog for data source V2

2020-09-18 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198199#comment-17198199 ] Dongjoon Hyun commented on SPARK-28396: --- Got it. Thank you for reply, [~Gengliang.Wang]. > Add

[jira] [Commented] (SPARK-32934) Improve the performance for NTH_VALUE,FIRST_VALUE,LAST_VALUE

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198195#comment-17198195 ] Apache Spark commented on SPARK-32934: -- User 'beliefer' has created a pull request for this issue:

[jira] [Commented] (SPARK-32934) Improve the performance for NTH_VALUE,FIRST_VALUE,LAST_VALUE

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198193#comment-17198193 ] Apache Spark commented on SPARK-32934: -- User 'beliefer' has created a pull request for this issue:

[jira] [Assigned] (SPARK-32934) Improve the performance for NTH_VALUE,FIRST_VALUE,LAST_VALUE

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-32934: Assignee: (was: Apache Spark) > Improve the performance for

[jira] [Assigned] (SPARK-32934) Improve the performance for NTH_VALUE,FIRST_VALUE,LAST_VALUE

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-32934: Assignee: Apache Spark > Improve the performance for NTH_VALUE,FIRST_VALUE,LAST_VALUE >

[jira] [Updated] (SPARK-32934) Improve the performance for NTH_VALUE,FIRST_VALUE,LAST_VALUE

2020-09-18 Thread jiaan.geng (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jiaan.geng updated SPARK-32934: --- Summary: Improve the performance for NTH_VALUE,FIRST_VALUE,LAST_VALUE (was: Support a new window

[jira] [Created] (SPARK-32934) Support a new window frame could improve the performance for NTH_VALUE,FIRST_VALUE,LAST_VALUE

2020-09-18 Thread jiaan.geng (Jira)
jiaan.geng created SPARK-32934: -- Summary: Support a new window frame could improve the performance for NTH_VALUE,FIRST_VALUE,LAST_VALUE Key: SPARK-32934 URL: https://issues.apache.org/jira/browse/SPARK-32934

[jira] [Resolved] (SPARK-32905) ApplicationMaster fails to receive UpdateDelegationTokens message

2020-09-18 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan resolved SPARK-32905. - Fix Version/s: 3.0.2 3.1.0 Resolution: Fixed Issue resolved by pull

[jira] [Assigned] (SPARK-32905) ApplicationMaster fails to receive UpdateDelegationTokens message

2020-09-18 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan reassigned SPARK-32905: --- Assignee: Kent Yao > ApplicationMaster fails to receive UpdateDelegationTokens message >

[jira] [Commented] (SPARK-32933) Use keyword-only syntax for keyword_only methods

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198179#comment-17198179 ] Apache Spark commented on SPARK-32933: -- User 'zero323' has created a pull request for this issue:

[jira] [Assigned] (SPARK-32933) Use keyword-only syntax for keyword_only methods

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-32933: Assignee: Apache Spark > Use keyword-only syntax for keyword_only methods >

[jira] [Assigned] (SPARK-32933) Use keyword-only syntax for keyword_only methods

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-32933: Assignee: (was: Apache Spark) > Use keyword-only syntax for keyword_only methods >

[jira] [Commented] (SPARK-32933) Use keyword-only syntax for keyword_only methods

2020-09-18 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198178#comment-17198178 ] Apache Spark commented on SPARK-32933: -- User 'zero323' has created a pull request for this issue:

[jira] [Created] (SPARK-32933) Use keyword-only syntax for keyword_only methods

2020-09-18 Thread Maciej Szymkiewicz (Jira)
Maciej Szymkiewicz created SPARK-32933: -- Summary: Use keyword-only syntax for keyword_only methods Key: SPARK-32933 URL: https://issues.apache.org/jira/browse/SPARK-32933 Project: Spark

[jira] [Resolved] (SPARK-27951) ANSI SQL: NTH_VALUE function

2020-09-18 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan resolved SPARK-27951. - Fix Version/s: 3.1.0 Resolution: Fixed Issue resolved by pull request 29604

[jira] [Assigned] (SPARK-27951) ANSI SQL: NTH_VALUE function

2020-09-18 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan reassigned SPARK-27951: --- Assignee: jiaan.geng > ANSI SQL: NTH_VALUE function > > >

[jira] [Updated] (SPARK-32932) AQE local shuffle reader breaks repartitioning for dynamic partition overwrite

2020-09-18 Thread Manu Zhang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manu Zhang updated SPARK-32932: --- Description: With AQE, local shuffle reader breaks users' repartitioning for dynamic partition

[jira] [Updated] (SPARK-32932) AQE local shuffle reader breaks repartitioning for dynamic partition overwrite

2020-09-18 Thread Manu Zhang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manu Zhang updated SPARK-32932: --- Summary: AQE local shuffle reader breaks repartitioning for dynamic partition overwrite (was: AQE