The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
External partition prune return partitionName instead of partitionId
Release note
External partition prune return partitionName instead of partitionId
Check List (For Author)
Test
[ ] Regression test
[ ] Unit Test
[ ] Manual test (add detailed scripts or steps below)
[x] No need to test or manual test. Explain why:
[ ] This is a refactor/code format and no logic has been changed.
What problem does this PR solve?
The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID Issue Number: close #xxx
Related PR: #xxx
Problem Summary: External partition prune return partitionName instead of partitionId
Release note
External partition prune return partitionName instead of partitionId
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)