Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support scan nested type(struct, map, list) #882

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ZENOTME
Copy link
Contributor

@ZENOTME ZENOTME commented Jan 7, 2025

This PR support to scan nested type

@ZENOTME
Copy link
Contributor Author

ZENOTME commented Jan 7, 2025

cc @liurenjie1024 @Xuanwo @Fokko @sdd

/// 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";
Copy link
Contributor

@sdd sdd Jan 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how does this differ from DEFAULT_MAP_FIELD_NAME above? The descriptions in their comments are the same.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch. Remove duplicate one.

@ZENOTME ZENOTME requested a review from sdd January 9, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants