Open asfimport opened 2 years ago
Antoine Pitrou / @pitrou: Can you add "[C++]" to the beginning of the issue title to reflect the set component? See JIRA tips at https://arrow.apache.org/docs/developers/bug_reports.html#tips-for-using-jira
Rok Mihevc / @rok: This is probably a partial duplicate of ARROW-3802. The main issue (if I understand correctly) is that we don't have the machinery to interpret float16s and we'd need to add it for this functionality (e.g. https://sourceforge.net/projects/half/), see ARROW-6436.
Antoine Pitrou / @pitrou: @rok Exactly. Nothing should be particularly difficult here, it just needs someone motivated with enough time on their hands to steer it forward.
I have implemented this in a local branch. I will open a PR once (#43018) is merged. As that makes the generic tests pass without special-casing much.
Related to https://issues.apache.org/jira/browse/ARROW-17464 but for CSV.
When writing a table that contains halffloats to CSV:
Output:
pyarrow.lib.ArrowNotImplementedError: Unsupported cast from halffloat to utf8 using function cast_string
Reporter: Joost Hoozemans / @joosthooz Watchers: Rok Mihevc / @rok
Note: This issue was originally created as ARROW-17549. Please see the migration documentation for further details.