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

[C++] Use const void* in Writable::Write instead of const uint8_t*

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • C++

    Description

      I noticed that Writable is also misspelled. This would spare the user many usages of reinterpret_cast<const uint8_t*>(...), and also will not cause any explicit API breakage (except where users have overridden the virtual function)

      Attachments

        1. text.html
          2 kB
          Brian Bowman

        Issue Links

          Activity

            People

              wesm Wes McKinney
              wesm Wes McKinney
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: