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

[Java] Minor types don't account for nullable FieldType flag

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.3.0
    • None
    • Java
    • None

    Description

      Calling e.g. `FLOAT4.getNewVector("foo", new FieldType(false, ...), ...)" returns a NullableFloat4Vector instead of a Float4Vector.
      edit: Float4Vector doesn't implement FieldVector, so can't currently be a top-level vector. I'm confused as to what the nullable flag is supposed to represent then.

      Attachments

        Activity

          People

            Unassigned Unassigned
            elahrvivaz Emilio Lahr-Vivaz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: