[fix](array-type) run 'show create table' return null (#11912)

Co-authored-by: hucheng01 <hucheng01@baidu.com>
This commit is contained in:
carlvinhust2012
2022-08-19 21:28:15 +08:00
committed by GitHub
parent 6ca90afbfa
commit ffe7af49c8
3 changed files with 77 additions and 1 deletions

View File

@ -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();