fusion2222 opened a new issue, #1045:
URL: https://github.com/apache/iceberg-python/issues/1045

   ### Apache Iceberg version
   
   0.7.0 (latest release)
   
   ### Please describe the bug 🐞
   
   As of release 0.7.0, pyiceberg tables support new data-loading method 
`pyiceberg.table.Table.add_files()`. However, this method currently does not 
respect well documented setting 
[downcast-ns-timestamp-to-us-on-write](https://py.iceberg.apache.org/configuration/#nanoseconds-support).
  
   
   Setting `downcast-ns-timestamp-to-us-on-write` is always defaulted to 
`False` if `Table.add_files()` is used. No matter if config file explicitly 
specifies `downcast-ns-timestamp-to-us-on-write: "True"`. 
   
   Env variable `PYICEBERG_DOWNCAST_NS_TIMESTAMP_TO_US_ON_WRITE` is not 
respected as well.


-- 
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.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

Reply via email to