Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PG17 - Add Regression Test for Access Method Behavior on Partitioned Tables #7817

Closed
wants to merge 1 commit into from

Conversation

m3hm3t
Copy link
Contributor

@m3hm3t m3hm3t commented Dec 27, 2024

This PR adds a regression test to verify the behavior of access methods for partitioned and distributed tables, including:

  • Creating partitioned tables with heap.
  • Distributing tables using create_distributed_table.
  • Switching access methods to columnar with ALTER TABLE.
  • Validating access method inheritance for new partitions.

@m3hm3t m3hm3t changed the base branch from main to release-13.0 December 27, 2024 15:35
@m3hm3t m3hm3t self-assigned this Dec 27, 2024
@m3hm3t m3hm3t marked this pull request as ready for review December 27, 2024 16:12
@m3hm3t m3hm3t marked this pull request as draft December 27, 2024 16:12
@m3hm3t m3hm3t closed this Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant