Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address Blink table usage of i, ii, k, and column arrays; address improper memoization sharing between blink and non-blink table copies #5216

Merged
merged 2 commits into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. Conditions and formulas applied to blink tables should be allowed to …

    …use i, ii, k, and column arrays.
    rcaudy committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    05b17ec View commit details
    Browse the repository at this point in the history
  2. Ensure that aggregations and rollups on copied tables (e.g. those res…

    …ulting from attribute changes for adding/removing "blink") never use the parent rather than the copy if "isBlink" is different.
    rcaudy committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ade825d View commit details
    Browse the repository at this point in the history