You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The way to set the data types expect when parsing CSV is changing. The old API which is deprecated took a string to indicate how to parse it. The new API takes a data_type. However when I tried to switch the java API over to use this new API I started to get exceptions and even a seg fault in one case.
Steps/Code to reproduce bug
Apply the attached patch and run the CSV tests.
Expected behavior
The tests pass, or at least don't crash in scary ways. It is not clear from the docs if the semantics of the API also changed or not, but if they did and I am passing in the wrong things a descriptive error message would be a lot better.
The text was updated successfully, but these errors were encountered:
Describe the bug
The way to set the data types expect when parsing CSV is changing. The old API which is deprecated took a string to indicate how to parse it. The new API takes a data_type. However when I tried to switch the java API over to use this new API I started to get exceptions and even a seg fault in one case.
Steps/Code to reproduce bug
Apply the attached patch and run the CSV tests.
tests.patch.gz
Expected behavior
The tests pass, or at least don't crash in scary ways. It is not clear from the docs if the semantics of the API also changed or not, but if they did and I am passing in the wrong things a descriptive error message would be a lot better.
The text was updated successfully, but these errors were encountered: