citus icon indicating copy to clipboard operation
citus copied to clipboard

[Columnar] Bugfix for Columnar: options ignored during ALTER TABLE rewrite

Open yxu2162 opened this issue 2 years ago • 0 comments

A fix for this issue: Columnar: options ignored during ALTER TABLE rewrite #5927 The OID for the temporary table created during ALTER TABLE was not the same as the original table's OID so the columnar options were not being applied during rewrite.

The change is that I applied the original table's columnar options to the new table so that it has the correct options during write. I also added a test.

yxu2162 avatar Sep 14 '22 00:09 yxu2162