Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,8 @@ public static TableProperty read(DataInput in) throws IOException {
.buildCompressionType()
.buildStoragePolicy()
.buildEnableLightSchemaChange()
.buildStoreRowColumn();
.buildStoreRowColumn()
.buildDisableAutoCompaction();
if (Env.getCurrentEnvJournalVersion() < FeMetaVersion.VERSION_105) {
// get replica num from property map and create replica allocation
String repNum = tableProperty.properties.remove(PropertyAnalyzer.PROPERTIES_REPLICATION_NUM);
Expand Down