Is your feature request related to a problem? Please describe. The current version cannot support modifying the aggregation type of columns from REPLACE to REPLACE_IF_NOT_NULL. alter table mytbl MODIFY column pv BIGINT REPLACE_IF_NOT_NULL NULL; ERROR 1064 (HY000): errCode = 2, detailMessage...