Skip to content

Commit

Permalink
Fixing merging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshGahlot committed Feb 18, 2025
1 parent db991ea commit 18157de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,9 @@
{
"Category": "unsupported_features",
"CategoryDescription": "Features of the source database that are not supported on the target YugabyteDB.",
"Type": "INDEX_ON_COMPLEX_DATATYPE",
"Name": "Index on column with complex datatype",
"Description": "Indexes on columns with complex data types like 'user_defined_type' are not yet supported in YugabyteDB. Refer to the docs link for the workaround",
"Type": "INDEX_ON_USER_DEFINED_DATATYPE",
"Name": "Index on column with user defined datatype",
"Description": "Indexes on columns with user defined data types are not yet supported in YugabyteDB. Refer to the docs link for the workaround",
"Impact": "LEVEL_1",
"ObjectType": "INDEX",
"ObjectName": "idx_1 ON composite_type_examples.ordinary_table",
Expand Down

0 comments on commit 18157de

Please sign in to comment.