Remove workarounds for extension types in test suite

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Unknown
    • pymongoarrrow-1.0
    • Affects Version/s: None
    • Component/s: Tests
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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
              Reporter:
              Julius Park (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: