[GitHub] [spark] allisonwang-db commented on pull request #36386: [SPARK-38918][SQL][3.2] Nested column pruning should filter out attributes that do not belong to the current relation

2022-05-03 Thread GitBox
allisonwang-db commented on PR #36386: URL: https://github.com/apache/spark/pull/36386#issuecomment-1116407918 @viirya I tried a few times but can't reproduce this TPCDSV1_4_PlanStabilitySuite test failure locally... -- This is an automated message from the Apache Git Service. To respond

[GitHub] [spark] allisonwang-db commented on pull request #36386: [SPARK-38918][SQL][3.2] Nested column pruning should filter out attributes that do not belong to the current relation

2022-05-09 Thread GitBox
allisonwang-db commented on PR #36386: URL: https://github.com/apache/spark/pull/36386#issuecomment-1121631112 Hmm let me try again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [spark] allisonwang-db commented on pull request #36386: [SPARK-38918][SQL][3.2] Nested column pruning should filter out attributes that do not belong to the current relation

2022-05-10 Thread GitBox
allisonwang-db commented on PR #36386: URL: https://github.com/apache/spark/pull/36386#issuecomment-1122626143 This test failure is strange. When I ran it individually (for q4 and q5), it failed but when I ran the entire suite together `build/sbt "sql/testOnly *PlanStabilitySuite"` the indi

[GitHub] [spark] allisonwang-db commented on pull request #36386: [SPARK-38918][SQL][3.2] Nested column pruning should filter out attributes that do not belong to the current relation

2022-05-23 Thread GitBox
allisonwang-db commented on PR #36386: URL: https://github.com/apache/spark/pull/36386#issuecomment-1135332088 @dongjoon-hyun Looks like it still has the same issue: ```bash # Test passed build/sbt "sql/testOnly *PlanStabilitySuite" # Test failed for q4 and q5 build/sbt "sq