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
The reason is that some expressions ignore the visibility and return non-null values for invisible rows. Examples include literal expression and simd-optimized expressions such as =. The CASE expression doesn't mask invisible rows in the condition result, so later values may override earlier ones.
Continuing on from this, for our data chunks, we should check if they contain any invisible records, before running any expressions on it.
The text was updated successfully, but these errors were encountered:
#13890 (comment)
Continuing on from this, for our data chunks, we should check if they contain any invisible records, before running any expressions on it.
The text was updated successfully, but these errors were encountered: