Skip to content
New issue

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

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

Already on GitHub? # to your account

ALTER TABLE ALTER COLUMN has limitations with complex changes #77

Open
grantzhou opened this issue Oct 25, 2024 · 0 comments
Open

ALTER TABLE ALTER COLUMN has limitations with complex changes #77

grantzhou opened this issue Oct 25, 2024 · 0 comments

Comments

@grantzhou
Copy link
Contributor

Description

The ALTER TABLE ALTER COLUMN operation has several limitations:

  1. Cannot handle complex data type changes (e.g., from TEXT -> INT)
  2. Cannot handle column index changes
  3. Cannot handle renamed columns

Impact

These limitations affect schema evolution scenarios where columns need to be modified with complex changes.

Expected Behavior

  • Complex data type conversions should be handled automatically
  • Column index changes should be replicated correctly
  • Renamed columns should be properly tracked and updated

Current Behavior

  • Complex data type changes fail
  • Column index changes are not properly replicated
  • Renamed columns are not handled correctly

Type

Bug/Enhancement

Priority

Medium

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant