ZENOTME commented on code in PR #882:
URL: https://github.com/apache/iceberg-rust/pull/882#discussion_r1908428755


##########
crates/iceberg/src/arrow/schema.rs:
##########
@@ -45,6 +45,11 @@ use crate::{Error, ErrorKind};
 /// When iceberg map type convert to Arrow map type, the default map field 
name is "key_value".
 pub(crate) const DEFAULT_MAP_FIELD_NAME: &str = "key_value";
 
+/// UTC time zone for Arrow timestamp type.
+pub const UTC_TIME_ZONE: &str = "+00:00";
+/// When iceberg map type convert to Arrow map type, the default map field 
name is "key_value".
+pub const MAP_KEY_VALUE_FIELD_NAME: &str = "key_value";

Review Comment:
   Nice catch. Remove duplicate one.



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

Reply via email to