Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-16424

[C++] Update uri_path parsing in FromProto

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              octalene Aldrin Montana
              ArianaVillegas Ariana Villegas
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10.5h
                  10.5h