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 I read TPC-DS benchmark dataset, some foreign key column values are null, so loading relations from CSV which contains null value fails.
For instance, table store_sales (fact table) contains multiple foreign keys that may contain null value.
(e.g., 1||2|3||4|5|6|7|8|9|) where consecutive delimiters such as || indicate null value.