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
Is your feature request related to a problem? Please describe. #8240 is removing the ability to specify data types for CSV reading as strings. Currently the Java bindings for CSV reading only support passing strings for the data types.
Describe the solution you'd like
The Java bindings should add a Table.readCSV method that takes the data schema to read as an array of DType rather than strings.
The text was updated successfully, but these errors were encountered:
I have a patch for this, but the last time I tried to do it I ran into some bugs. I will try to resurrect that patch and verify that the bugs have been fixed.
Is your feature request related to a problem? Please describe.
#8240 is removing the ability to specify data types for CSV reading as strings. Currently the Java bindings for CSV reading only support passing strings for the data types.
Describe the solution you'd like
The Java bindings should add a
Table.readCSV
method that takes the data schema to read as an array ofDType
rather than strings.The text was updated successfully, but these errors were encountered: