[6.40][ntuple] Introduce feature flag 0 and some fixes/improvements related to it#22680
Open
silverweed wants to merge 6 commits into
Open
[6.40][ntuple] Introduce feature flag 0 and some fixes/improvements related to it#22680silverweed wants to merge 6 commits into
silverweed wants to merge 6 commits into
Conversation
(cherry picked from commit b73cca9)
(cherry picked from commit 3ad7547)
Also fix the type of result (cherry picked from commit 38883b3)
In code, this feature is represented by an update in the logic of RClusterDescriptorBuilder::AddExtendedColumnRanges(), which now handles properly the case where a column is added in a later cluster and therefore cannot rely on the (NEntries * NRepetitions) calculation, so it instead copies its FirstElementIndex and NElements from the 0th representation (which is guaranteed to have valid numbers for them). (cherry picked from commit 6c8f6ce)
(cherry picked from commit d32b64c)
This is necessary to support multiple representations that use the same column type but different metadata (e.g. different bit width on Real32Trunc columns) (cherry picked from commit 6bf5355)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BP of #22655