yorksity commented on PR #43270: URL: https://github.com/apache/spark/pull/43270#issuecomment-1752051850
> @yorksity Good catch! Could you add the running time of ‘show parititions test' before and after this PR ? I created a table using the following statement and added 200 partitions create table test(id int, name string) partitioned by (groupid int) When I executed the show partitions test statement in version 3.1.1, it took about 0.2 seconds, while in version 3.3.1, it took about 0.9 seconds and there were jobs generated, After rewriting the iterator method on CommandResultExec, the statement takes about 0.2 seconds -- 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 comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
