-
Notifications
You must be signed in to change notification settings - Fork 3
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
Empty input #433
Empty input #433
Conversation
c86ed18
to
e8680f0
Compare
8c6a42f
to
d2ecf3a
Compare
d2ecf3a
to
4e29220
Compare
3116e01
to
d6898ca
Compare
ff7715e
to
dd5cd6c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually looks good, but IMO the code needs a little clean up.
4ea4eea
to
d996531
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can I already test this works? Are there any breaking changes or can I just use the docker image as is? |
resolves #244
Summary
We want to be able to start without data, such that downstream packages do not need extra logic.
In particular the ingest with an empty ndjson (which does not have keys anymore) should not fail. This was challenging, because we never want to read the ndjson files into a table as a whole, but only the non-sequence columns of it, and the sequence columns should be compressed while reading them
PR Checklist
- [ ] All necessary documentation has been adapted or there is an issue to do so.