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:
zclllyybb
2023-09-07 17:08:26 +08:00
committed by GitHub
parent 4a455f6a4c
commit fdb7a44f57
47 changed files with 602 additions and 2411 deletions

View File

@ -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) ...