Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
FromProto function in arrow/engine/substrait/relation_internal.cc parse uri_path with string_view utilities. However this should be done with Uri class from arrow/util/uri.h.
else if (util::string_view{path}.ends_with(".arrow")) { format = std::make_shared<dataset::IpcFileFormat>(); } else if (util::string_view{path}.ends_with(".feather")) { format = std::make_shared<dataset::IpcFileFormat>();
Attachments
Issue Links
- causes
-
ARROW-18041 [Python] Sustrait-related test failure in wheel tests
- Resolved
- is duplicated by
-
ARROW-16392 [C++] Substrait consumer cannot handle file URIs that contain a Windows drive letter
- Closed
- links to