Revert "[Feature](partitions) Support auto partition" (#24024)
* Revert "[Feature](partitions) Support auto partition (#23236)" This reverts commit 6c544dd2011d731b8c9c51384c77bcf19c017981. * Update config.h
This commit is contained in:
@ -68,11 +68,9 @@ public final class FeMetaVersion {
|
||||
public static final int VERSION_123 = 123;
|
||||
// For auto-increment column
|
||||
public static final int VERSION_124 = 124;
|
||||
// For write/read auto create partition expr
|
||||
public static final int VERSION_125 = 125;
|
||||
|
||||
// note: when increment meta version, should assign the latest version to VERSION_CURRENT
|
||||
public static final int VERSION_CURRENT = VERSION_125;
|
||||
public static final int VERSION_CURRENT = VERSION_124;
|
||||
|
||||
// all logs meta version should >= the minimum version, so that we could remove many if clause, for example
|
||||
// if (FE_METAVERSION < VERSION_94) ...
|
||||
|
||||
Reference in New Issue
Block a user