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

[C#] Change the class access modifier of `PrimitiveArrayBuilder` to public

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.15.1
    • None
    • C#
    • None

    Description

      Currently, a user seeking to add a `Builder<T>` class to their user-defined type in C# can subclass `PrimitiveArrayBuilder` since it is marked `public abstract`. However, it's parameterless constructor is marked as `internal` making it impossible to compile the user's class.

      The preferred solution would be to mark this constructor as `public`. If this cannot be done for some reason, the entireĀ `PrimitiveArrayBuilder` class should be marked `internal` to avoid confusion.

      Attachments

        Activity

          People

            Unassigned Unassigned
            gramana Zachary Gramana
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: