Uploaded image for project: 'pymongoarrow'
  1. pymongoarrow
  2. ARROW-150

Improve documentation about limitations surrounding schemas and nested data structures

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 1.0
    • Affects Version/s: None
    • Component/s: None
    • None

      We need to improve our docs to make a few things more clear:

      • Schemas do not behave like MongoDB projections, and do not support dotted notation.
      • The workaround to this requires all of the nested documents to either not use any of the same names for itself, or the same types as in the parent table, or documents must be flattened using projections or agg pipelines.

      Implementation of a solution to this problem past documenting this quirk has been deferred to ARROW-149

            Assignee:
            julius.park@mongodb.com Julius Park (Inactive)
            Reporter:
            julius.park@mongodb.com Julius Park (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: