ERROR | table and partition must have same compression attribute |
CAUSE | User attempted to EXCHANGE a compression enabled partition with a compression disabled table or vice versa OR the # of columns compressed is different for table and partition |
ACTION | Make sure the compression attributes match If they dont, fix it using ALTER TABLE MOVE [PARTITION] COMPRESS |