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(interactive): Align DataType in Physical Pb with Flex #4362

Open
shirly121 opened this issue Dec 13, 2024 · 0 comments · May be fixed by #4367
Open

feat(interactive): Align DataType in Physical Pb with Flex #4362

shirly121 opened this issue Dec 13, 2024 · 0 comments · May be fixed by #4367
Assignees

Comments

@shirly121
Copy link
Collaborator

shirly121 commented Dec 13, 2024

The type system used in Physical Pb is in old version:

enum DataType {
  BOOLEAN = 0;
  INT32 = 1;
  INT64 = 2 ;
  DOUBLE = 3;
  STRING = 4;
  BYTES = 5;
  INT32_ARRAY = 6;
  INT64_ARRAY = 7;
  DOUBLE_ARRAY = 8;
  STRING_ARRAY = 9;
  PAIR_ARRAY = 10;
  NONE = 11;
  DATE32 = 12;
  TIME32 = 13;
  TIMESTAMP = 14;
}

mismatch with the type in Flex

link #4361

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

Successfully merging a pull request may close this issue.

3 participants