You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Currently, when I try to create covering index with decimal type, I am getting this error Fail to run query. Cause: unsupported data type: DECIMAL(38,10)
What solution would you like?
Flint covering index should automatically create an underlying OpenSearch index with the appropriate data type instead of throwing out this error.
What alternatives have you considered?
Convert the existing source table columns to a supported column type by Flint covering index, possible double field?
Do you have any additional context?
Issue possible relate to an existing issue 505.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Currently, when I try to create covering index with decimal type, I am getting this error
Fail to run query. Cause: unsupported data type: DECIMAL(38,10)
What solution would you like?
Flint covering index should automatically create an underlying OpenSearch index with the appropriate data type instead of throwing out this error.
What alternatives have you considered?
Convert the existing source table columns to a supported column type by Flint covering index, possible
double
field?Do you have any additional context?
Issue possible relate to an existing issue 505.
The text was updated successfully, but these errors were encountered: