-
Notifications
You must be signed in to change notification settings - Fork 415
Remove embedded member function for gtest in dbms/src/Storages/Page #4562
Copy link
Copy link
Open
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.type/code-quality-improvementPR that can improve the code qualityPR that can improve the code qualitytype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.type/code-quality-improvementPR that can improve the code qualityPR that can improve the code qualitytype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Enhancement
There are some embedded member function in the directory
dbms/src/Storages/Pagelike
PS::V3::PageStorageImplwhich is just for tests. This is not a elegant code style, and we need to remove them.