codrut20 commented on issue #1619: URL: https://github.com/apache/iceberg-python/issues/1619#issuecomment-2795958658
I had the same issue with all types of Time partitions and data with `ns` unit. Looking at the code it seems that the downcast property is used when checking then schema and when writing the table data, but not when determining the partitions, so I get errors like : `Function 'years_between' has no kernel matching input types (timestamp[us], timestamp[ns])` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org