[jira] [Updated] (SPARK-39347) Generate wrong time window when (timestamp-startTime) % slideDuration < 0

2022-05-31 Thread nyingping (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nyingping updated SPARK-39347: -- Description: ### What changes were proposed in this pull request? Fix bug that Generate wrong time

[jira] [Assigned] (SPARK-39351) ShowCreateTable should redact properties

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-39351: Assignee: Apache Spark > ShowCreateTable should redact properties >

[jira] [Assigned] (SPARK-39351) ShowCreateTable should redact properties

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-39351: Assignee: (was: Apache Spark) > ShowCreateTable should redact properties >

[jira] [Commented] (SPARK-39351) ShowCreateTable should redact properties

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

[jira] [Commented] (SPARK-39351) ShowCreateTable should redact properties

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

[jira] [Resolved] (SPARK-39338) Remove dynamic pruning subquery if pruningKey's references is empty

2022-05-31 Thread Yuming Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang resolved SPARK-39338. - Fix Version/s: 3.4.0 Assignee: Yuming Wang Resolution: Fixed > Remove dynamic

[jira] [Commented] (SPARK-39350) DescribeNamespace should redact properties

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

[jira] [Commented] (SPARK-39350) DescribeNamespace should redact properties

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

[jira] [Assigned] (SPARK-39350) DescribeNamespace should redact properties

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-39350: Assignee: (was: Apache Spark) > DescribeNamespace should redact properties >

[jira] [Assigned] (SPARK-39350) DescribeNamespace should redact properties

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-39350: Assignee: Apache Spark > DescribeNamespace should redact properties >

[jira] [Created] (SPARK-39351) ShowCreateTable should redact properties

2022-05-31 Thread angerszhu (Jira)
angerszhu created SPARK-39351: - Summary: ShowCreateTable should redact properties Key: SPARK-39351 URL: https://issues.apache.org/jira/browse/SPARK-39351 Project: Spark Issue Type: Sub-task

[jira] [Created] (SPARK-39350) DescribeNamespace should redact properties

2022-05-31 Thread angerszhu (Jira)
angerszhu created SPARK-39350: - Summary: DescribeNamespace should redact properties Key: SPARK-39350 URL: https://issues.apache.org/jira/browse/SPARK-39350 Project: Spark Issue Type: Sub-task

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

2022-05-31 Thread Ankit Verma (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544670#comment-17544670 ] Ankit Verma commented on SPARK-31754: - While analysing one of the Production issue which we recently

[jira] [Updated] (SPARK-39347) Generate wrong time window when (timestamp-startTime) % slideDuration < 0

2022-05-31 Thread nyingping (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nyingping updated SPARK-39347: -- Summary: Generate wrong time window when (timestamp-startTime) % slideDuration < 0 (was: Generate

[jira] [Updated] (SPARK-39347) Generate wrong time window when (timestamp-startTim) % slideDuration < 0

2022-05-31 Thread nyingping (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nyingping updated SPARK-39347: -- Summary: Generate wrong time window when (timestamp-startTim) % slideDuration < 0 (was: Generate

[jira] [Resolved] (SPARK-39283) Spark tasks stuck forever due to deadlock between TaskMemoryManager and UnsafeExternalSorter

2022-05-31 Thread Josh Rosen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Rosen resolved SPARK-39283. Resolution: Fixed Fixed by [https://github.com/apache/spark/pull/36680] > Spark tasks stuck

[jira] [Assigned] (SPARK-39283) Spark tasks stuck forever due to deadlock between TaskMemoryManager and UnsafeExternalSorter

2022-05-31 Thread Josh Rosen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Rosen reassigned SPARK-39283: -- Assignee: Sandeep Pal > Spark tasks stuck forever due to deadlock between TaskMemoryManager

[jira] [Updated] (SPARK-39283) Spark tasks stuck forever due to deadlock between TaskMemoryManager and UnsafeExternalSorter

2022-05-31 Thread Josh Rosen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Rosen updated SPARK-39283: --- Affects Version/s: 3.0.0 > Spark tasks stuck forever due to deadlock between TaskMemoryManager and

[jira] [Updated] (SPARK-39283) Spark tasks stuck forever due to deadlock between TaskMemoryManager and UnsafeExternalSorter

2022-05-31 Thread Josh Rosen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Rosen updated SPARK-39283: --- Fix Version/s: 3.0.4 3.1.4 3.2.2 3.3.1 >

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

2022-05-31 Thread Josh Rosen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544636#comment-17544636 ] Josh Rosen commented on SPARK-32911: Also backported this to 3.0.4 since it's the only

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

2022-05-31 Thread Josh Rosen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Rosen updated SPARK-32911: --- Fix Version/s: 3.0.4 > UnsafeExternalSorter.SpillableIterator cannot spill after reading all

[jira] [Updated] (SPARK-39334) Change to exclude `slf4j-reload4j` for `hadoop-minikdc`

2022-05-31 Thread Erik Krogen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Krogen updated SPARK-39334: Description: HADOOP-18088 Replace log4j 1.x with reload4j in Hadoop 3.3.3 and there will be

[jira] [Commented] (SPARK-38987) Handle fallback when merged shuffle blocks are corrupted and spark.shuffle.detectCorrupt is set to true

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-38987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544601#comment-17544601 ] Apache Spark commented on SPARK-38987: -- User 'akpatnam25' has created a pull request for this

[jira] [Commented] (SPARK-38987) Handle fallback when merged shuffle blocks are corrupted and spark.shuffle.detectCorrupt is set to true

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-38987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544600#comment-17544600 ] Apache Spark commented on SPARK-38987: -- User 'akpatnam25' has created a pull request for this

[jira] [Created] (SPARK-39349) Add a CheckError() method to SparkFunSuite

2022-05-31 Thread Serge Rielau (Jira)
Serge Rielau created SPARK-39349: Summary: Add a CheckError() method to SparkFunSuite Key: SPARK-39349 URL: https://issues.apache.org/jira/browse/SPARK-39349 Project: Spark Issue Type:

[jira] [Resolved] (SPARK-39342) ShowTablePropertiesCommand/ShowTablePropertiesExec should redact properties.

2022-05-31 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan resolved SPARK-39342. - Fix Version/s: 3.4.0 Resolution: Fixed Issue resolved by pull request 36730

[jira] [Assigned] (SPARK-39342) ShowTablePropertiesCommand/ShowTablePropertiesExec should redact properties.

2022-05-31 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan reassigned SPARK-39342: --- Assignee: angerszhu > ShowTablePropertiesCommand/ShowTablePropertiesExec should redact

[jira] [Resolved] (SPARK-39343) DescribeTableExec should redact properties

2022-05-31 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan resolved SPARK-39343. - Fix Version/s: 3.4.0 Resolution: Fixed Issue resolved by pull request 36731

[jira] [Assigned] (SPARK-39343) DescribeTableExec should redact properties

2022-05-31 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan reassigned SPARK-39343: --- Assignee: angerszhu > DescribeTableExec should redact properties >

[jira] [Assigned] (SPARK-39340) DS v2 agg pushdown should allow dots in the name of top-level columns

2022-05-31 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan reassigned SPARK-39340: --- Assignee: Wenchen Fan > DS v2 agg pushdown should allow dots in the name of top-level

[jira] [Resolved] (SPARK-39340) DS v2 agg pushdown should allow dots in the name of top-level columns

2022-05-31 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan resolved SPARK-39340. - Fix Version/s: 3.2.2 Resolution: Fixed Issue resolved by pull request 36727

[jira] [Assigned] (SPARK-39306) support scalar subquery in time travel

2022-05-31 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan reassigned SPARK-39306: --- Assignee: Wenchen Fan > support scalar subquery in time travel >

[jira] [Resolved] (SPARK-39306) support scalar subquery in time travel

2022-05-31 Thread Wenchen Fan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan resolved SPARK-39306. - Fix Version/s: 3.4.0 Resolution: Fixed Issue resolved by pull request 36689

[jira] [Updated] (SPARK-39348) Create table in overwrite mode fails when interrupted

2022-05-31 Thread Max (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max updated SPARK-39348: Description: When you attempt to rerun an Apache Spark write operation by cancelling the currently running job,

[jira] [Updated] (SPARK-39348) Create table in overwrite mode fails when interrupted

2022-05-31 Thread Max (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max updated SPARK-39348: Description: When you attempt to rerun an Apache Spark write operation by cancelling the currently running job,

[jira] [Updated] (SPARK-39348) Create table in overwrite mode fails when interrupted

2022-05-31 Thread Max (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max updated SPARK-39348: Description: When you attempt to rerun an Apache Spark write operation by cancelling the currently running job,

[jira] [Created] (SPARK-39348) Create table in overwrite mode fails when interrupted

2022-05-31 Thread Max (Jira)
Max created SPARK-39348: --- Summary: Create table in overwrite mode fails when interrupted Key: SPARK-39348 URL: https://issues.apache.org/jira/browse/SPARK-39348 Project: Spark Issue Type: Bug

[jira] [Updated] (SPARK-39347) Generate wrong time window when (timestamp-startTime+slideDuration) < 0

2022-05-31 Thread nyingping (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nyingping updated SPARK-39347: -- Summary: Generate wrong time window when (timestamp-startTime+slideDuration) < 0 (was: Generate

[jira] [Updated] (SPARK-39347) Generate wrong time window when (time-startTime+slideDuration) < 0

2022-05-31 Thread nyingping (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nyingping updated SPARK-39347: -- Summary: Generate wrong time window when (time-startTime+slideDuration) < 0 (was: Generate wrong

[jira] [Commented] (SPARK-37609) Transient StackOverflowError on DataFrame from Catalyst QueryPlan

2022-05-31 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544321#comment-17544321 ] angerszhu commented on SPARK-37609: --- Increase -Xss can resolve this. But we should better to refactor

[jira] [Updated] (SPARK-39203) Fix remote table location based on database location

2022-05-31 Thread Yuming Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-39203: Affects Version/s: 3.2.0 3.1.1 3.1.0

[jira] [Resolved] (SPARK-39203) Fix remote table location based on database location

2022-05-31 Thread Yuming Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang resolved SPARK-39203. - Fix Version/s: 3.4.0 Resolution: Fixed Issue resolved by pull request 36625

[jira] [Assigned] (SPARK-39203) Fix remote table location based on database location

2022-05-31 Thread Yuming Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang reassigned SPARK-39203: --- Assignee: Yuming Wang > Fix remote table location based on database location >

[jira] [Commented] (SPARK-37609) Transient StackOverflowError on DataFrame from Catalyst QueryPlan

2022-05-31 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544281#comment-17544281 ] angerszhu commented on SPARK-37609: --- [~yumwang]Seems just an very complex table schema. Not reproduce

[jira] [Updated] (SPARK-39347) Generate wrong time window when time <0 && abs(time) > window.slideDuration

2022-05-31 Thread nyingping (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nyingping updated SPARK-39347: -- Description: h2. Bug description Since the generation strategy of the sliding window in PR

[jira] [Updated] (SPARK-39347) Generate wrong time window when time <0 && abs(time) > window.slideDuration

2022-05-31 Thread nyingping (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nyingping updated SPARK-39347: -- Description: h2. Bug description Since the generation strategy of the sliding window in PR

[jira] [Updated] (SPARK-39347) Generate wrong time window when time <0 && abs(time) > window.slideDuration

2022-05-31 Thread nyingping (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nyingping updated SPARK-39347: -- Description: h2. Bug description Since the generation strategy of the sliding window in PR

[jira] [Updated] (SPARK-39347) Generate wrong time window when time <0 && abs(time) > window.slideDuration

2022-05-31 Thread nyingping (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nyingping updated SPARK-39347: -- Description: h2. Bug description Since the generation strategy of the sliding window in PR [#35362|

[jira] [Created] (SPARK-39347) Generate wrong window when time <0 && abs(time) > window.slideDuration

2022-05-31 Thread nyingping (Jira)
nyingping created SPARK-39347: - Summary: Generate wrong window when time <0 && abs(time) > window.slideDuration Key: SPARK-39347 URL: https://issues.apache.org/jira/browse/SPARK-39347 Project: Spark

[jira] [Commented] (SPARK-39346) Convert asserts/illegal state exception to internal errors on each phase

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544261#comment-17544261 ] Apache Spark commented on SPARK-39346: -- User 'MaxGekk' has created a pull request for this issue:

[jira] [Commented] (SPARK-39346) Convert asserts/illegal state exception to internal errors on each phase

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544262#comment-17544262 ] Apache Spark commented on SPARK-39346: -- User 'MaxGekk' has created a pull request for this issue:

[jira] [Assigned] (SPARK-39346) Convert asserts/illegal state exception to internal errors on each phase

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-39346: Assignee: Apache Spark > Convert asserts/illegal state exception to internal errors on

[jira] [Assigned] (SPARK-39346) Convert asserts/illegal state exception to internal errors on each phase

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-39346: Assignee: (was: Apache Spark) > Convert asserts/illegal state exception to internal

[jira] [Created] (SPARK-39346) Convert asserts/illegal state exception to internal errors on each phase

2022-05-31 Thread Max Gekk (Jira)
Max Gekk created SPARK-39346: Summary: Convert asserts/illegal state exception to internal errors on each phase Key: SPARK-39346 URL: https://issues.apache.org/jira/browse/SPARK-39346 Project: Spark

[jira] [Commented] (SPARK-39344) Only disable bucketing when autoBucketedScan is enabled if bucket columns are not in scan output

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544242#comment-17544242 ] Apache Spark commented on SPARK-39344: -- User 'manuzhang' has created a pull request for this issue:

[jira] [Assigned] (SPARK-39344) Only disable bucketing when autoBucketedScan is enabled if bucket columns are not in scan output

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-39344: Assignee: Apache Spark > Only disable bucketing when autoBucketedScan is enabled if

[jira] [Commented] (SPARK-39344) Only disable bucketing when autoBucketedScan is enabled if bucket columns are not in scan output

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544240#comment-17544240 ] Apache Spark commented on SPARK-39344: -- User 'manuzhang' has created a pull request for this issue:

[jira] [Assigned] (SPARK-39344) Only disable bucketing when autoBucketedScan is enabled if bucket columns are not in scan output

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-39344: Assignee: (was: Apache Spark) > Only disable bucketing when autoBucketedScan is

[jira] [Commented] (SPARK-32570) Thriftserver LDAP failed

2022-05-31 Thread weiliang hao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544209#comment-17544209 ] weiliang hao commented on SPARK-32570: -- Can this JIRA be assigned to me? I will try to solve this

[jira] (SPARK-32570) Thriftserver LDAP failed

2022-05-31 Thread weiliang hao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32570 ] weiliang hao deleted comment on SPARK-32570: -- was (Author: haoweiliang): Can this JIRA be assigned to me? I will try to solve this problem > Thriftserver LDAP failed >

[jira] [Commented] (SPARK-32570) Thriftserver LDAP failed

2022-05-31 Thread weiliang hao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544208#comment-17544208 ] weiliang hao commented on SPARK-32570: -- Can this JIRA be assigned to me? I will try to solve this

[jira] [Commented] (SPARK-32570) Thriftserver LDAP failed

2022-05-31 Thread Jira
[ https://issues.apache.org/jira/browse/SPARK-32570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544203#comment-17544203 ] 郝卫亮 commented on SPARK-32570: - This is a bug,When the LDAP to be accessed DN is (cn=user, ou=people,

[jira] [Commented] (SPARK-37609) Transient StackOverflowError on DataFrame from Catalyst QueryPlan

2022-05-31 Thread Yuming Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544204#comment-17544204 ] Yuming Wang commented on SPARK-37609: - [~angerszhuuu] How to reproduce this issue? > Transient

[jira] [Comment Edited] (SPARK-37609) Transient StackOverflowError on DataFrame from Catalyst QueryPlan

2022-05-31 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544192#comment-17544192 ] angerszhu edited comment on SPARK-37609 at 5/31/22 7:43 AM: Same error in

[jira] [Comment Edited] (SPARK-37609) Transient StackOverflowError on DataFrame from Catalyst QueryPlan

2022-05-31 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544192#comment-17544192 ] angerszhu edited comment on SPARK-37609 at 5/31/22 7:42 AM: Same error in

[jira] [Commented] (SPARK-37609) Transient StackOverflowError on DataFrame from Catalyst QueryPlan

2022-05-31 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544192#comment-17544192 ] angerszhu commented on SPARK-37609: --- Same error in spark-3.1 {code:java} 22/05/26 15:26:48 ERROR

[jira] [Commented] (SPARK-39345) Replace `filter` negation condition with `filterNot`

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

[jira] [Assigned] (SPARK-39345) Replace `filter` negation condition with `filterNot`

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-39345: Assignee: (was: Apache Spark) > Replace `filter` negation condition with `filterNot`

[jira] [Assigned] (SPARK-39345) Replace `filter` negation condition with `filterNot`

2022-05-31 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-39345: Assignee: Apache Spark > Replace `filter` negation condition with `filterNot` >

[jira] [Commented] (SPARK-39345) Replace `filter` negation condition with `filterNot`

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

[jira] [Created] (SPARK-39345) Replace `filter` negation condition with `filterNot`

2022-05-31 Thread Yang Jie (Jira)
Yang Jie created SPARK-39345: Summary: Replace `filter` negation condition with `filterNot` Key: SPARK-39345 URL: https://issues.apache.org/jira/browse/SPARK-39345 Project: Spark Issue Type: