Closed
Description
Is your feature request related to a problem or challenge?
I hit this error:
DataFusion error: This feature is not implemented: it is not yet supported to write to hive partitions with datatype UInt64
Describe the solution you'd like
Partitioning on any int/uint/float datatype should just work.
Describe alternatives you've considered
Casting can be used to work around it, but it is a stumbling block for a newcomer like myself.
Additional context
No response