Add placeholder for parquet related item type

This commit is contained in:
obdev
2024-08-12 03:48:40 +00:00
committed by ob-robot
parent 23b9cfda5b
commit ca9ad2c6a4

View File

@ -2577,6 +2577,10 @@ typedef enum ObItemType
T_REBUILD_TABLET = 4727,
T_MICRO_INDEX_CLUSTERED = 4728,
// Parquet related
T_PER_ROW_GROUP_SIZE = 4729,
T_COMPRESSION_ALGORITHM = 4730,
T_MAX //Attention: add a new type before T_MAX
} ObItemType;