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

Remove workarounds for extension types in test suite

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

      Since ARROW-81 is no longer an issue, we should remove the workarounds in the test suite that exclude the extension types from being added to the schema:

          def _create_data(self):
              schema = {
                  k.__name__: v(True)
                  for k, v in _TYPE_NORMALIZER_FACTORY.items()
                  if k.__name__ not in ("ObjectId", "Decimal128")
              }
      

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

              Created:
              Updated:
              Resolved: