[fix](array-type) run 'show create table' return null (#11912)
Co-authored-by: hucheng01 <hucheng01@baidu.com>
This commit is contained in:
@ -75,7 +75,7 @@ public class TableProperty implements Writable {
|
||||
|
||||
private boolean enableLightSchemaChange = false;
|
||||
|
||||
private Boolean disableAutoCompaction;
|
||||
private boolean disableAutoCompaction = false;
|
||||
|
||||
private DataSortInfo dataSortInfo = new DataSortInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user