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

[C++][Python] "ordered" flag seemingly not taken into account when comparing DictionaryType values for equality

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.15.0
    • Python
    • None

    Description

      Observed on Python 2.7

      (Pdb) x[0].type
      DictionaryType(dictionary<values=binary, indices=int32, ordered=0>)
      (Pdb) x.schema[0].type
      DictionaryType(dictionary<values=binary, indices=int32, ordered=1>)
      (Pdb) x[0].type.equals(x.schema[0].type)
      True
      

      Attachments

        Activity

          People

            wesm Wes McKinney
            wesm Wes McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: