houqp commented on issue #1185: URL: https://github.com/apache/arrow-datafusion/issues/1185#issuecomment-997537420
@Igosuki I think the idea is to extend these public apis to allow users explicitly specify table partition columns (i.e. the `table_partition_cols` field) using either dataframe or sql interface. The auto partitioning discovery feature can be enabled when no explicit partitioning is specified by the user. I think there is value in making partition column statically typed as well instead of only treating them as strings. But this is out of scope for this issue. -- 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]
