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

Data loss without warning when editing a file with > 2^16 rows #908

Open
OmerShapira opened this issue Oct 29, 2024 · 0 comments
Open

Data loss without warning when editing a file with > 2^16 rows #908

OmerShapira opened this issue Oct 29, 2024 · 0 comments

Comments

@OmerShapira
Copy link

Repro steps:

  • Create a csv with more than 2^16 rows (tested with 40 million)
  • open in sc-im for edits
  • save
  • file now contains only first 2^16 rows.

Expected behavior:

  • Under this current limitation of 2^16 rows, both opening should warn about only displaying first lines, and upon saving, a warning should be prompting to warn against data loss.
  • Ideally no 2^16 row limitation should exist :)
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

1 participant