Commits


Galuh Sahid authored and Wes McKinney committed fcc7fcef27c
ARROW-6302: [C++][Parquet][Python] Restore ordered type property when reading dictionary type with serialized Arrow schema Closes * https://issues.apache.org/jira/browse/ARROW-6302 * https://issues.apache.org/jira/browse/ARROW-6345 Closes #5185 from galuhsahid/restore-ordered and squashes the following commits: 9223e3b17 <Wes McKinney> Fix DictionaryType::fingerprint to include ordered_ flag. Use ChunkedArray::View to construct dictionary view instead of earlier workaround b4180c437 <Galuh Sahid> Add unit test 6874b1d22 <Galuh Sahid> ARROW-6302: Restore ordered type property for dictionary type Lead-authored-by: Galuh Sahid <galuh.tunggadewi@gmail.com> Co-authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>