Re: [PR] [SPARK-47914][SQL] Do not display the splits parameter in Rang [spark]

2024-04-23 Thread via GitHub
guixiaowen commented on PR #46136: URL: https://github.com/apache/spark/pull/46136#issuecomment-2073986240 > Mind checking the test failures? @HyukjinKwon I made the changes. Do you have any other questions? -- This is an automated message from the Apache Git Service. To respond

Re: [PR] [SPARK-47914][SQL] Do not display the splits parameter in Rang [spark]

2024-04-21 Thread via GitHub
guixiaowen commented on PR #46136: URL: https://github.com/apache/spark/pull/46136#issuecomment-2068383150 > Mind checking the test failures? ok. I will check it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [SPARK-47914][SQL] Do not display the splits parameter in Rang [spark]

2024-04-20 Thread via GitHub
HyukjinKwon commented on PR #46136: URL: https://github.com/apache/spark/pull/46136#issuecomment-2067849302 Mind checking the test failures? -- 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

[PR] [SPARK-47914][SQL] Do not display the splits parameter in Rang [spark]

2024-04-19 Thread via GitHub
guixiaowen opened a new pull request, #46136: URL: https://github.com/apache/spark/pull/46136 ### What changes were proposed in this pull request? [SQL] explain extended select * from range(0, 4); Before this pr, the split is also displayed in the logical execution