[jira] [Updated] (SPARK-45352) Eliminate foldable window partitions

2023-10-08 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-45352: -- Summary: Eliminate foldable window partitions (was: Remove window partition if partition expression are

[jira] [Updated] (SPARK-45352) Remove window partition if partition expression are foldable

2023-09-27 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-45352: -- Priority: Major (was: Minor) > Remove window partition if partition expression are foldable >

[jira] [Updated] (SPARK-45352) Remove window partition if partition expression are foldable

2023-09-27 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-45352: -- Description: Foldable partition is redundant, remove it not only can simplify plan, but some rules can also

[jira] [Updated] (SPARK-45352) Remove window partition if partition expression are foldable

2023-09-27 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-45352: -- Description: Foldable partition is redundant, remove it not only can simplify plan, but some rules can also

[jira] [Updated] (SPARK-45352) Remove window partition if partition expression are foldable

2023-09-27 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-45352: -- Description: Foldable partition is redundant, remove it not only can simplify plan, but some rules can also

[jira] [Updated] (SPARK-45352) Remove window partition if partition expression are foldable

2023-09-27 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-45352: -- Priority: Minor (was: Major) > Remove window partition if partition expression are foldable >

[jira] [Created] (SPARK-45352) Remove window partition if partition expression are foldable

2023-09-27 Thread zhuml (Jira)
zhuml created SPARK-45352: - Summary: Remove window partition if partition expression are foldable Key: SPARK-45352 URL: https://issues.apache.org/jira/browse/SPARK-45352 Project: Spark Issue Type:

[jira] [Created] (SPARK-44846) PushFoldableIntoBranches in complex grouping expressions may cause bindReference error

2023-08-17 Thread zhuml (Jira)
zhuml created SPARK-44846: - Summary: PushFoldableIntoBranches in complex grouping expressions may cause bindReference error Key: SPARK-44846 URL: https://issues.apache.org/jira/browse/SPARK-44846 Project:

[jira] [Updated] (SPARK-44758) Support memory limit configurable

2023-08-10 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-44758: -- Description: Currently the memory request and limit are set by summing the values of

[jira] [Updated] (SPARK-44758) Support memory limit configurable

2023-08-10 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-44758: -- Summary: Support memory limit configurable (was: Support memory limit) > Support memory limit configurable >

[jira] [Created] (SPARK-44758) Support memory limit

2023-08-10 Thread zhuml (Jira)
zhuml created SPARK-44758: - Summary: Support memory limit Key: SPARK-44758 URL: https://issues.apache.org/jira/browse/SPARK-44758 Project: Spark Issue Type: Improvement Components:

[jira] [Updated] (SPARK-44206) Dataset.selectExpr scope Session.active

2023-06-27 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-44206: -- Summary: Dataset.selectExpr scope Session.active (was: sparkSession.selectExpr scope Session.active) >

[jira] [Updated] (SPARK-44206) sparkSession.selectExpr scope Session.active

2023-06-27 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-44206: -- Summary: sparkSession.selectExpr scope Session.active (was: sparkSession.selectExpr use Session.active) >

[jira] [Created] (SPARK-44206) sparkSession.selectExpr use Session.active

2023-06-27 Thread zhuml (Jira)
zhuml created SPARK-44206: - Summary: sparkSession.selectExpr use Session.active Key: SPARK-44206 URL: https://issues.apache.org/jira/browse/SPARK-44206 Project: Spark Issue Type: Improvement

[jira] [Updated] (SPARK-42525) Collapse two adjacent windows with semantically-same partition/order

2023-03-01 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-42525: -- Description: Extend the CollapseWindow rule to collapse Window nodes with semantically-same partition/order

[jira] [Updated] (SPARK-42525) Collapse two adjacent windows with semantically-same partition/order

2023-03-01 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-42525: -- Description: Extend the CollapseWindow rule to collapse Window nodes, when one window in subquery and the

[jira] [Updated] (SPARK-42525) Collapse two adjacent windows with semantically-same partition/order

2023-03-01 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-42525: -- Summary: Collapse two adjacent windows with semantically-same partition/order (was: collapse two adjacent

[jira] [Updated] (SPARK-42588) collapse two adjacent windows with the equivalent partition/order expression

2023-02-26 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-42588: -- Description: Extend the CollapseWindow rule to collapse Window nodes with the equivalent partition/order

[jira] [Created] (SPARK-42588) collapse two adjacent windows with the equivalent partition/order expression

2023-02-26 Thread zhuml (Jira)
zhuml created SPARK-42588: - Summary: collapse two adjacent windows with the equivalent partition/order expression Key: SPARK-42588 URL: https://issues.apache.org/jira/browse/SPARK-42588 Project: Spark

[jira] [Updated] (SPARK-42525) collapse two adjacent windows with the same partition/order in subquery

2023-02-21 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml updated SPARK-42525: -- Description: Extend the CollapseWindow rule to collapse Window nodes, when one window in subquery.  

[jira] [Created] (SPARK-42525) collapse two adjacent windows with the same partition/order in subquery

2023-02-21 Thread zhuml (Jira)
zhuml created SPARK-42525: - Summary: collapse two adjacent windows with the same partition/order in subquery Key: SPARK-42525 URL: https://issues.apache.org/jira/browse/SPARK-42525 Project: Spark

[jira] [Resolved] (SPARK-39742) Request executor after kill executor, the number of executors is not as expected

2022-10-26 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuml resolved SPARK-39742. --- Resolution: Not A Bug > Request executor after kill executor, the number of executors is not as > expected

[jira] [Commented] (SPARK-39742) Request executor after kill executor, the number of executors is not as expected

2022-10-26 Thread zhuml (Jira)
[ https://issues.apache.org/jira/browse/SPARK-39742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17624302#comment-17624302 ] zhuml commented on SPARK-39742: --- To imitate the logic of dynamic resources, first call

[jira] [Created] (SPARK-39887) Expression transform error

2022-07-26 Thread zhuml (Jira)
zhuml created SPARK-39887: - Summary: Expression transform error Key: SPARK-39887 URL: https://issues.apache.org/jira/browse/SPARK-39887 Project: Spark Issue Type: Bug Components: Optimizer

[jira] [Created] (SPARK-39742) Request executor after kill executor, the number of executors is not as expected

2022-07-11 Thread zhuml (Jira)
zhuml created SPARK-39742: - Summary: Request executor after kill executor, the number of executors is not as expected Key: SPARK-39742 URL: https://issues.apache.org/jira/browse/SPARK-39742 Project: Spark