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.
How can I prevent such null-related error?
Thanks,
Yoon-Min
The text was updated successfully, but these errors were encountered:
RonyMin
changed the title
Does Myria supoort null column value during scanning CSV file?
Does Myria suport null column value during scanning CSV file?
Oct 5, 2018
RonyMin
changed the title
Does Myria suport null column value during scanning CSV file?
Does Myria support null column value during scanning CSV file?
Oct 5, 2018
Hi,
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.
How can I prevent such null-related error?
Thanks,
Yoon-Min
The text was updated successfully, but these errors were encountered: