[jira] [Commented] (SPARK-42869) can not analyze window exp on sub query

2023-04-19 Thread GuangWeiHong (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17713987#comment-17713987 ] GuangWeiHong commented on SPARK-42869: -- OK, thanks > can not analyze window exp on sub query >

[jira] [Updated] (SPARK-42869) can not analyze window exp on sub query

2023-03-20 Thread GuangWeiHong (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuangWeiHong updated SPARK-42869: - Description:   CREATE TABLE test_noindex_table(`name` STRING,`age` INT,`city` STRING)

[jira] [Updated] (SPARK-42869) can not analyze window exp on sub query

2023-03-20 Thread GuangWeiHong (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuangWeiHong updated SPARK-42869: - Description:   SELECT * FROM ( SELECT *, COUNT(1) OVER itr AS grp_size FROM test WINDOW itr AS

[jira] [Updated] (SPARK-42869) can not analyze window exp on sub query

2023-03-20 Thread GuangWeiHong (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuangWeiHong updated SPARK-42869: - Attachment: image-2023-03-20-18-00-40-578.png > can not analyze window exp on sub query >

[jira] [Created] (SPARK-42869) can not analyze window exp on sub query

2023-03-20 Thread GuangWeiHong (Jira)
GuangWeiHong created SPARK-42869: Summary: can not analyze window exp on sub query Key: SPARK-42869 URL: https://issues.apache.org/jira/browse/SPARK-42869 Project: Spark Issue Type: Bug

[jira] [Updated] (SPARK-25482) Fast equal can not check reuseSubquery when apply rule about ReuseSubquery

2018-09-20 Thread GuangWeiHong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuangWeiHong updated SPARK-25482: - Description: the datasource filter should be push down, so there will be two subquery on this

[jira] [Updated] (SPARK-25482) Fast equal can not check reuseSubquery when apply rule about ReuseSubquery

2018-09-20 Thread GuangWeiHong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuangWeiHong updated SPARK-25482: - Description: the datasource filter should be push down, so there will be two subquery on this

[jira] [Updated] (SPARK-25482) Fast equal can not check reuseSubquery when apply rule about ReuseSubquery

2018-09-20 Thread GuangWeiHong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuangWeiHong updated SPARK-25482: - Description: the datasource filter should be push down, so there will be two subquery on this

[jira] [Updated] (SPARK-25482) Fast equal can not check reuseSubquery when apply rule about ReuseSubquery

2018-09-20 Thread GuangWeiHong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuangWeiHong updated SPARK-25482: - Description: the datasource filter should be push down, so there will be to subquery on this

[jira] [Created] (SPARK-25482) Fast equal can not check reuseSubquery when apply rule about ReuseSubquery

2018-09-20 Thread GuangWeiHong (JIRA)
GuangWeiHong created SPARK-25482: Summary: Fast equal can not check reuseSubquery when apply rule about ReuseSubquery Key: SPARK-25482 URL: https://issues.apache.org/jira/browse/SPARK-25482 Project: