Commits


Joris Van den Bossche authored and Benjamin Kietzman committed 7e6429c93ba
ARROW-6872: [Python] Fix empty table creation from schema with dictionary field This is a quick fix for ARROW-6872 to handle dictionary fields. What it does not yet fix is a nested type with dictionary inside (eg list of dictionary type), which probably needs a sequence converted for dictionary type. Closes #6698 from jorisvandenbossche/ARROW-6872 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>