Skip to content

Comments

ARROW-6891: [Rust] [Parquet] utf8 support for arrow reader.#5923

Closed
liurenjie1024 wants to merge 3 commits intoapache:masterfrom
liurenjie1024:arrow-6891
Closed

ARROW-6891: [Rust] [Parquet] utf8 support for arrow reader.#5923
liurenjie1024 wants to merge 3 commits intoapache:masterfrom
liurenjie1024:arrow-6891

Conversation

@liurenjie1024
Copy link
Contributor

UTF8 support for arrow reader.

@liurenjie1024
Copy link
Contributor Author

@sunchao @andygrove @nevi-me @paddyhoran Please take a look when your are available.

@github-actions
Copy link

PhysicalType::BYTE_ARRAY
if cur_type.get_basic_info().logical_type() == LogicalType::UTF8 =>
{
Ok(Box::new(ComplexObjectArrayReader::<
Copy link
Contributor

Choose a reason for hiding this comment

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

Out of curiousity, would the ComplexObjectArrayReader allow us to implement arrow::BinaryArray and arrow::FixedSizeBinaryArray in future?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, we just need converter for those types.

Copy link
Contributor

@nevi-me nevi-me left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants