Omega359 opened a new issue, #12221:
URL: https://github.com/apache/datafusion/issues/12221

   ### Is your feature request related to a problem or challenge?
   
   Currently in demux::compute_partition_keys_by_row the only supported types 
for writing out partitions seems to be just `DataType::Utf8` and 
`DataType::Dictionary(_, _)`. I think there is opportunity to support a number 
of other `DataType`s such as int/uint 8/32/64 types, Date32 (with a fixed 
format 'yyyy-MM-dd') and bool.
   
   ### Describe the solution you'd like
   
   Code and tests for writing out hive-style partitions includes additional 
datatypes beyond just utf8 and Dictionary
   
   ### Describe alternatives you've considered
   
   Cast field to utf8 prior to output.
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to