Skip to content

Conversation

@avamingli
Copy link
Contributor

The plan node appears as 'Shared Scan' in user's EXPLAIN output, while internally it's represented as ShareInputScan type.

Most codes use the correct terms, but some places incorrectly mix:

  • 'shared input scan' in codebase (should be 'ShareInputScan')
  • 'Share Scan' in EXPLAIN (should be 'Shared Scan')

This change aligns all usage while preserving existing correct references.

Authored-by: Zhang Mingli [email protected]

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


Copy link
Contributor

@my-ship-it my-ship-it left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The plan node appears as 'Shared Scan' in user's EXPLAIN output,
while internally it's represented as ShareInputScan type.

Most codes use the correct terms, but some places incorrectly
mix:
- 'shared input scan' in codebase (should be 'ShareInputScan')
- 'Share Scan' in EXPLAIN (should be 'Shared Scan')

This change aligns all usage while preserving existing correct
references.

Authored-by: Zhang Mingli [email protected]
@avamingli avamingli merged commit 889859d into apache:main Aug 20, 2025
27 checks passed
@avamingli avamingli deleted the share_input_scan branch August 20, 2025 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants