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

Support More Data Types in Groot Store #4494

Open
11 tasks
BingqingLyu opened this issue Feb 13, 2025 · 0 comments
Open
11 tasks

Support More Data Types in Groot Store #4494

BingqingLyu opened this issue Feb 13, 2025 · 0 comments
Assignees

Comments

@BingqingLyu
Copy link
Collaborator

BingqingLyu commented Feb 13, 2025

Is your feature request related to a problem? Please describe.

To provide unified support for the data types defined in Flex, additional data types need to be supported in the Groot store, including:

  • DT_UNSIGNED_INT32
  • DT_UNSIGNED_INT64
  • FIXED_CHAR
  • VAR_CHAR
  • DATE32
  • TIMESTAMP

And more types need to be supported in Insight runtime, including:

  • UNSIGNED_INT32
  • UNSIGNED_INT64
  • FLOAT(f32)
  • FIXED_CHAR
  • VAR_CHAR

The e2e support need to:

  1. support these types in groot schema
  2. support type and value in groot store
  3. support value in insight runtime
  4. support in compiler
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