Skip to content

Commit

Permalink
*: enable new serdes format of DataTypeString (pingcap#9742)
Browse files Browse the repository at this point in the history
close pingcap#9673

Co-authored-by: JaySon <[email protected]>
  • Loading branch information
2 people authored and yibin87 committed Jan 3, 2025
1 parent e1cf4f7 commit ed6c219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbms/src/Storages/FormatVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ inline static const StorageFormatVersion STORAGE_FORMAT_V103 = StorageFormatVers
};

// Default storage format for non-disaggregated mode
inline StorageFormatVersion STORAGE_FORMAT_CURRENT = STORAGE_FORMAT_V7;
inline StorageFormatVersion STORAGE_FORMAT_CURRENT = STORAGE_FORMAT_V8;
// Default storage format for disaggregated mode
inline static const StorageFormatVersion DEFAULT_STORAGE_FORMAT_FOR_DISAGG = STORAGE_FORMAT_V102;
inline static const StorageFormatVersion DEFAULT_STORAGE_FORMAT_FOR_DISAGG = STORAGE_FORMAT_V103;

bool isStorageFormatForDisagg(UInt64 version);
std::span<const size_t> getStorageFormatsForDisagg();
Expand Down

0 comments on commit ed6c219

Please sign in to comment.