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

Does Myria support null column value during scanning CSV file? #918

Open
RonyMin opened this issue Sep 24, 2017 · 2 comments
Open

Does Myria support null column value during scanning CSV file? #918

RonyMin opened this issue Sep 24, 2017 · 2 comments
Assignees

Comments

@RonyMin
Copy link

RonyMin commented Sep 24, 2017

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

@senderista
Copy link
Contributor

Myria does not support NULL values. @jingjingwang should be able to tell you how she dealt with this issue.

@RonyMin
Copy link
Author

RonyMin commented Sep 25, 2017

Thank you @senderista,
@jingjingwang Is there any alternative way to handle null value for loading CSV to Myria system?

@RonyMin 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants