Commits

Benjamin Kietzman authored 83667995a57
ARROW-10099: [C++][Dataset] Simplify type inference for partition columns Removed cardinality considerations for inferring partition field types. There is now a boolean flag (`inspect_dictionary`, default false) which if set causes fields to be inferred as a dictionary encoded type instead of the corresponding value type. Closes #8367 from bkietz/10099-Also-allow-integer-partit Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>