sungwy opened a new issue, #1110:
URL: https://github.com/apache/iceberg-rust/issues/1110

   ### Is your feature request related to a problem or challenge?
   
   While working on introducing `timestamp_ns` and `timestamptz_ns` support in 
PyIceberg, I noticed that Bucket transform in iceberg-rust currently doesn't 
support the transforms for these two types.
   
   Example Error:
   ```
   FeatureUnsupported => Unsupported data type for bucket transform: 
Timestamp(Nanosecond, Some("Etc/GMT+10"))
   ```
   
   ### Describe the solution you'd like
   
   Bucket transform should successfully be able to transform TimestampNs and 
TimestampTzNs.
   
   ### Willingness to contribute
   
   I can contribute to this feature independently


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