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

[Rust] Schema fidelity

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • 0.15.0
    • Rust
    • None

    Description

      ref https://github.com/apache/arrow/pull/1829#discussion_r179248743

      Currently our Traits are not loyal to https://arrow.apache.org/docs/metadata.html.

      For example, we nest `Field`s in the `DataType` (aka `type`) attribute of the parent Field (rather than having the type be `Struct` and a separate `Children` parameter)

       

      Is this OK, assuming that we can read and write accurate schemas? Or should we move towards having the Schema trait be consistent with the metadata spec?

      Attachments

        Activity

          People

            andygrove Andy Grove
            maximilianroos Maximilian Roos
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: