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

Parallel CSV imports result in: "CSV lines(s) must not be null" error #3558

Open
sidohaakma opened this issue Mar 2, 2020 · 4 comments
Open
Labels
bug pinned Stale bot ignored
Milestone

Comments

@sidohaakma
Copy link

sidohaakma commented Mar 2, 2020

Describe the bug
When you run large CSV import jobs in parallel sometimes the error "CSV lines(s) must not be null" is thrown. When you run the jobs sequentially it does not happen.

To Reproduce
Steps to reproduce the behavior:

  1. Create 2 tables in Opal (only the dictionary)
  2. Import CSV files larger than 10000 rows
  3. Import a second CSV file larger than 10000 rows
  4. A "CSV lines(s) must not be null" error is thrown

Expected behavior
The import jobs successfully imports the data.

Screenshots
NA

Desktop (please complete the following information):

  • iOS, Windows 10
  • Chrome
  • 2.15.x, 2.16.x

Additional context
Check the attachment logfile: opal-csv-null-lines.log

@ymarcon
Copy link
Member

ymarcon commented Mar 2, 2020

Which CSV importer do you use: the built-in one or the one that is based on R?

@ymarcon
Copy link
Member

ymarcon commented Mar 2, 2020

Ah ok I see in log that it is the built-in CSV. Will try to reproduce.

@stale
Copy link

stale bot commented May 1, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label May 1, 2020
@ymarcon ymarcon added bug and removed wontfix labels May 1, 2020
@stale
Copy link

stale bot commented Jul 3, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jul 3, 2020
@ymarcon ymarcon added pinned Stale bot ignored and removed wontfix labels Jul 3, 2020
@ymarcon ymarcon added this to the 3.1.0 milestone Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pinned Stale bot ignored
Projects
None yet
Development

No branches or pull requests

2 participants