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

[Feature] Add supportfor array data type #62

Closed
ismailsimsek opened this issue Nov 28, 2021 · 1 comment
Closed

[Feature] Add supportfor array data type #62

ismailsimsek opened this issue Nov 28, 2021 · 1 comment

Comments

@ismailsimsek
Copy link
Member

ismailsimsek commented Nov 28, 2021

Currently array data type are not supported. we need to find best way to support it.

        case "array":
          throw new RuntimeException("'" + fieldName + "' has Array type, Array type not supported!");
          //schemaColumns.add(Types.NestedField.optional(columnId, fieldName, Types.ListType.ofOptional()));
          //break;
@ismailsimsek ismailsimsek changed the title [Feature] Add supportfor array and map data types [Feature] Add supportfor array data type Nov 28, 2021
@ismailsimsek
Copy link
Member Author

implemented by #63

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

No branches or pull requests

1 participant