Omega359 commented on issue #12221: URL: https://github.com/apache/datafusion/issues/12221#issuecomment-2318249089
> I think this is a good idea. The only thing to watch out for is what happens when you read the partitions back using datafusion. > > E.g. if you write out a date column as the partition into 'some/path/some_col=2023-01-01/...', will datafusion parse this back into a date32 column? I am not as familiar with the read path, but we would want to make sure type handling is consistent between reading and writing partitioned columns. Ah, good point. I'll verify that when I put in a PR for this -- 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]
