We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
zhanglei1949
shirly121
BingqingLyu
Successfully merging a pull request may close this issue.
The type system used in Physical Pb is in old version:
mismatch with the type in Flex
link #4361
The text was updated successfully, but these errors were encountered: