spark
spark copied to clipboard
[SPARK-48041][SQL] Avoid call conf.resolver repeated in TableOutputResolver
What changes were proposed in this pull request?
This PR aim to call conf.resolver for each call in Analyzer.
Why are the changes needed?
conf.resolver be called repeated in TableOutputResolver,with change can reuse the same resolver.
Does this PR introduce any user-facing change?
none
How was this patch tested?
no need
Was this patch authored or co-authored using generative AI tooling?
no
@dongjoon-hyun PTAL
Can you fill the PR description please?
Can you fill the PR description please?
Done @HyukjinKwon
Is there any other outstanding issue similar to SPARK-48010 and this one?
Is there any other outstanding issue similar to SPARK-48010 and this one?
yes,similar Sences@yaooqinn