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

Makes sure to handle NULL constraints for ADD COLUMN commands #7093

Merged
merged 1 commit into from Aug 1, 2023

Conversation

onurctirtir
Copy link
Member

DESCRIPTION: Fixes a bug that causes an unexpected error when adding a column with a NULL constraint

Fixes #7092.

c
(cherry picked from commit ae6c166b851242d630b7c82583d4b0ca1a1e2cde)
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Merging #7093 (676dfa7) into main (cb5eb73) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #7093   +/-   ##
=======================================
  Coverage   93.34%   93.34%           
=======================================
  Files         273      273           
  Lines       58689    58692    +3     
=======================================
+ Hits        54781    54788    +7     
+ Misses       3908     3904    -4     

@onurctirtir onurctirtir merged commit dd6ea1e into main Aug 1, 2023
77 checks passed
@onurctirtir onurctirtir deleted the fix-null-constraint branch August 1, 2023 08:07
onurctirtir added a commit that referenced this pull request Aug 14, 2023
DESCRIPTION: Fixes a bug that causes an unexpected error when adding a
column with a NULL constraint

Fixes #7092.

(cherry picked from commit dd6ea1e)
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.

Citus 12 does not allow to add an explicitly nullable column to a distributed table
2 participants