[jira] [Commented] (SPARK-37450) Spark SQL reads unnecessary nested fields (another type of pruning case)

2021-11-24 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17448878#comment-17448878 ] Apache Spark commented on SPARK-37450: -- User 'viirya' has created a pull request for this issue:

[jira] [Commented] (SPARK-37450) Spark SQL reads unnecessary nested fields (another type of pruning case)

2021-11-24 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17448824#comment-17448824 ] L. C. Hsieh commented on SPARK-37450: - Okay, it sounds like a possible optimization case, although I

[jira] [Commented] (SPARK-37450) Spark SQL reads unnecessary nested fields (another type of pruning case)

2021-11-23 Thread Jiri Humpolicek (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17448412#comment-17448412 ] Jiri Humpolicek commented on SPARK-37450: - thanks for answer. Maybe I don't know internals of

[jira] [Commented] (SPARK-37450) Spark SQL reads unnecessary nested fields (another type of pruning case)

2021-11-23 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17448328#comment-17448328 ] L. C. Hsieh commented on SPARK-37450: - Hmm, this is the optimized plan. {code} == Optimized Logical

[jira] [Commented] (SPARK-37450) Spark SQL reads unnecessary nested fields (another type of pruning case)

2021-11-23 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17448326#comment-17448326 ] L. C. Hsieh commented on SPARK-37450: - Thanks [~hyukjin.kwon]. I will take a look. > Spark SQL

[jira] [Commented] (SPARK-37450) Spark SQL reads unnecessary nested fields (another type of pruning case)

2021-11-23 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17448320#comment-17448320 ] Hyukjin Kwon commented on SPARK-37450: -- cc [~viirya] FYI > Spark SQL reads unnecessary nested

[jira] [Commented] (SPARK-37450) Spark SQL reads unnecessary nested fields (another type of pruning case)

2021-11-23 Thread Jiri Humpolicek (Jira)
[ https://issues.apache.org/jira/browse/SPARK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17448001#comment-17448001 ] Jiri Humpolicek commented on SPARK-37450: - same situation with {{size}} function: {code:scala}