You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a consistent and consistent unique lookup vindex with ignore_nulls: "true" we’re seeing rows added to the lookup table for and with NULL values.
Reproduction Steps
consistent_lookup_unique vindex with ignore_nulls: "true"
Overview of the Issue
When creating a consistent and consistent unique lookup vindex with
ignore_nulls: "true"
we’re seeing rows added to the lookup table for and with NULL values.Reproduction Steps
consistent_lookup_unique
vindex withignore_nulls: "true"
consistent_lookup_unique
vindex withignore_nulls: "false"
insert data with NULLs
create lookup vindexes
show that the first lookup vindex table has empty lookup rows despite
ignore_nulls: "true"
show that the second lookup vindex table was created and empty lookup rows despite `ignore_nulls: "false"
updating the record with a NULL does not update the existing lookup record but adds a new one
Binary Version
Operating System and Environment details
The text was updated successfully, but these errors were encountered: