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

Inconsistent data type support for jsonPredicateHints #449

Open
LazyRen opened this issue Dec 27, 2023 · 0 comments
Open

Inconsistent data type support for jsonPredicateHints #449

LazyRen opened this issue Dec 27, 2023 · 0 comments

Comments

@LazyRen
Copy link

LazyRen commented Dec 27, 2023

Hello,

according to the protocol documentation: primitive types,
Delta Sharing supports 12 types of primitive type.

short | 2-byte signed integer numbers. Range: -32768 to 32767
byte | 1-byte signed integer number. Range: -128 to 127
binary | A sequence of binary data
decimal

However, jsonPredicateHints only support 8 types. Execluding short, byte, binary, decimal types.

Does this mean we cannot use 4 types for the predicate hints? I'm mostly curious on the short type. Can I use int to replace this?

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