-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
import csv: add the option to fail the import if datatype is a long and a float is in the data #18744
Comments
sranka
added a commit
that referenced
this issue
Jun 29, 2020
sranka
added a commit
that referenced
this issue
Jun 29, 2020
sranka
added a commit
that referenced
this issue
Jun 29, 2020
sranka
added a commit
that referenced
this issue
Jun 29, 2020
6 tasks
#18779 allows to specify a strict mode in a format of long/unsignedLong data types, it fails when using |
sranka
added a commit
that referenced
this issue
Jul 2, 2020
sranka
added a commit
that referenced
this issue
Jul 2, 2020
sranka
added a commit
that referenced
this issue
Jul 2, 2020
sranka
added a commit
that referenced
this issue
Jul 2, 2020
sranka
added a commit
that referenced
this issue
Jul 9, 2020
sranka
added a commit
that referenced
this issue
Jul 9, 2020
sranka
added a commit
that referenced
this issue
Jul 9, 2020
sranka
added a commit
that referenced
this issue
Jul 9, 2020
sranka
added a commit
that referenced
this issue
Jul 23, 2020
sranka
added a commit
that referenced
this issue
Jul 23, 2020
sranka
added a commit
that referenced
this issue
Jul 23, 2020
sranka
added a commit
that referenced
this issue
Jul 23, 2020
sranka
added a commit
that referenced
this issue
Aug 6, 2020
sranka
added a commit
that referenced
this issue
Aug 6, 2020
sranka
added a commit
that referenced
this issue
Aug 6, 2020
sranka
added a commit
that referenced
this issue
Aug 6, 2020
sranka
added a commit
that referenced
this issue
Sep 12, 2020
sranka
added a commit
that referenced
this issue
Sep 12, 2020
sranka
added a commit
that referenced
this issue
Sep 12, 2020
sranka
added a commit
that referenced
this issue
Sep 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
right now, both of these work:
as a user, I would like a way to fail the import if i have a column marked as a long and a float value is truncated. possibbly via a
--strict
flag? Also, in all cases, I would expect a warning printed similar to the case of multiple date fields indicating a loss of precision.The text was updated successfully, but these errors were encountered: