Skip to content

Commit

Permalink
Fix expected reports for Oracle Bulk Assessment test (#2302)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-yb authored Feb 6, 2025
1 parent 134f6b6 commit 2a00687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 128 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,122 +75,6 @@
},
"FailureReasoning": ""
},
"UnsupportedDataTypes": [
{
"SchemaName": "TEST_SCHEMA",
"TableName": "XML_TABLE",
"ColumnName": "DATA",
"DataType": "XMLTYPE"
},
{
"SchemaName": "TEST_SCHEMA",
"TableName": "NCLOB_TABLE",
"ColumnName": "DATA",
"DataType": "NCLOB"
},
{
"SchemaName": "TEST_SCHEMA",
"TableName": "BFILE_TABLE",
"ColumnName": "DATA",
"DataType": "BFILE"
},
{
"SchemaName": "TEST_SCHEMA",
"TableName": "CLOB_TABLE",
"ColumnName": "DATA",
"DataType": "CLOB"
},
{
"SchemaName": "TEST_SCHEMA",
"TableName": "BLOB_TABLE",
"ColumnName": "DATA",
"DataType": "BLOB"
},
{
"SchemaName": "TEST_SCHEMA",
"TableName": "TEXT_TABLE",
"ColumnName": "TEXT_DATA",
"DataType": "CLOB"
}
],
"UnsupportedDataTypesDesc": "Data types of the source database that are not supported on the target YugabyteDB.",
"UnsupportedFeatures": [
{
"FeatureName": "Compound Triggers",
"Objects": [
{
"ObjectName": "trg_simple_insert",
"SqlStatement": "CREATE TRIGGER trg_simple_insert\n\tCOMPOUND INSERT ON simple_table FOR EACH ROW\n\tEXECUTE PROCEDURE trigger_fct_trg_simple_insert();"
}
],
"MinimumVersionsFixedIn": null
},
{
"FeatureName": "Unsupported Indexes",
"Objects": [
{
"ObjectName": "Index Name: TEXT_INDEX, Index Type=DOMAIN INDEX",
"SqlStatement": ""
},
{
"ObjectName": "Index Name: IDX_EMP_DEPT_CLUSTER, Index Type=CLUSTER INDEX",
"SqlStatement": ""
},
{
"ObjectName": "Index Name: REV_INDEX, Index Type=NORMAL/REV INDEX",
"SqlStatement": ""
},
{
"ObjectName": "Index Name: FUNC_REV_INDEX, Index Type=FUNCTION-BASED NORMAL/REV INDEX",
"SqlStatement": ""
},
{
"ObjectName": "Index Name: PK_IOT_TABLE, Index Type=IOT - TOP INDEX",
"SqlStatement": ""
}
],
"MinimumVersionsFixedIn": null
},
{
"FeatureName": "Virtual Columns",
"Objects": [
{
"ObjectName": "XML_TABLE.DATA",
"SqlStatement": ""
},
{
"ObjectName": "GENERATED_COLUMN_TABLE.TOTAL_PRICE",
"SqlStatement": ""
}
],
"MinimumVersionsFixedIn": null
},
{
"FeatureName": "Inherited Types",
"Objects": [
{
"ObjectName": "SIMPLE_CAR_TYPE",
"SqlStatement": ""
}
],
"MinimumVersionsFixedIn": null
},
{
"FeatureName": "Unsupported Partitioning Methods",
"Objects": [
{
"ObjectName": "Table Name: SALES, Partition Method: SYSTEM PARTITION",
"SqlStatement": ""
},
{
"ObjectName": "Table Name: EMPLOYEES2, Partition Method: REFERENCE PARTITION",
"SqlStatement": ""
}
],
"MinimumVersionsFixedIn": null
}
],
"UnsupportedFeaturesDesc": "Features of the source database that are not supported on the target YugabyteDB.",
"AssessmentIssues": [
{
"Category": "unsupported_features",
Expand Down Expand Up @@ -770,8 +654,5 @@
"For sharding/colocation recommendations, each partition is treated individually. During the export schema phase, all the partitions of a partitioned table are currently created as colocated by default. \nTo manually modify the schema, please refer: \u003ca class=\"highlight-link\" href=\"https://github.com/yugabyte/yb-voyager/issues/1581\"\u003ehttps://github.com/yugabyte/yb-voyager/issues/1581\u003c/a\u003e.",
"Reference and System Partitioned tables are created as normal tables, but are not considered for target cluster sizing recommendations.",
"There are some BITMAP indexes present in the schema that will get converted to GIN indexes, but GIN indexes are partially supported in YugabyteDB as mentioned in \u003ca class=\"highlight-link\" href=\"https://github.com/yugabyte/yugabyte-db/issues/7850\"\u003ehttps://github.com/yugabyte/yugabyte-db/issues/7850\u003c/a\u003e so take a look and modify them if not supported."
],
"MigrationCaveats": null,
"UnsupportedQueryConstructs": null,
"UnsupportedPlPgSqlObjects": null
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@
},
"FailureReasoning": ""
},
"UnsupportedDataTypes": null,
"UnsupportedDataTypesDesc": "Data types of the source database that are not supported on the target YugabyteDB.",
"UnsupportedFeatures": null,
"UnsupportedFeaturesDesc": "Features of the source database that are not supported on the target YugabyteDB.",
"AssessmentIssues": null,
"TableIndexStats": [
{
Expand Down Expand Up @@ -856,8 +852,5 @@
],
"Notes": [
"For sharding/colocation recommendations, each partition is treated individually. During the export schema phase, all the partitions of a partitioned table are currently created as colocated by default. \nTo manually modify the schema, please refer: \u003ca class=\"highlight-link\" href=\"https://github.com/yugabyte/yb-voyager/issues/1581\"\u003ehttps://github.com/yugabyte/yb-voyager/issues/1581\u003c/a\u003e."
],
"MigrationCaveats": null,
"UnsupportedQueryConstructs": null,
"UnsupportedPlPgSqlObjects": null
]
}

0 comments on commit 2a00687

Please sign in to comment.