Skip to content

Support more complex types when reading into arrow record batch. #405

@liurenjie1024

Description

@liurenjie1024

This is a follow up issue of #244, where we have some limitations of reading into arrow record batch:

  1. Only primitive type is supported. That's the projected fields count not be either nested filed of structs, or non primitive types such as map, list.
  2. Type promotion is missing.
  3. Default value is not supported yet.

We should implement sth like ArrowProjectionVisitor to support these.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions