You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/06/26 06:45:59 UTC

[shardingsphere] branch master updated (7a582fd9f21 -> 476ff2791af)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 7a582fd9f21 Fix sonar issue in InlineShardingAlgorithm (#26573)
     add 476ff2791af Add opengauss information_schema tables (#26571)

No new revisions were added by this update.

Summary of changes:
 .../schema/builder/SystemSchemaBuilderRule.java    |  14 +-
 .../_pg_foreign_data_wrappers.yaml                 |   0
 .../information_schema/_pg_foreign_servers.yaml    |   0
 .../_pg_foreign_table_columns.yaml                 |   0
 .../information_schema/_pg_foreign_tables.yaml     |   0
 .../information_schema/_pg_user_mappings.yaml      |   0
 .../administrable_role_authorizations.yaml         |   0
 .../information_schema/applicable_roles.yaml       |   0
 .../information_schema/attributes.yaml             |   0
 .../information_schema/character_sets.yaml         |   0
 .../check_constraint_routine_usage.yaml            |   0
 .../information_schema/check_constraints.yaml      |   0
 .../collation_character_set_applicability.yaml     |   0
 .../information_schema/collations.yaml             |   0
 .../information_schema/column_domain_usage.yaml    |   0
 .../information_schema/column_options.yaml         |   0
 .../information_schema/column_privileges.yaml      |   0
 .../information_schema/column_udt_usage.yaml       |   0
 .../opengauss/information_schema/columns.yaml      | 371 +++++++++++
 .../constraint_column_usage.yaml                   |   0
 .../information_schema/constraint_table_usage.yaml |   0
 .../information_schema/data_type_privileges.yaml   |   0
 .../information_schema/domain_constraints.yaml     |   0
 .../information_schema/domain_udt_usage.yaml       |   0
 .../information_schema/domains.yaml                |   0
 .../information_schema/element_types.yaml          |   0
 .../information_schema/enabled_roles.yaml          |   0
 .../foreign_data_wrapper_options.yaml              |   0
 .../information_schema/foreign_data_wrappers.yaml  |   0
 .../information_schema/foreign_server_options.yaml |   0
 .../information_schema/foreign_servers.yaml        |   0
 .../information_schema/foreign_table_options.yaml  |   0
 .../information_schema/foreign_tables.yaml         |   0
 .../information_schema_catalog_name.yaml           |   0
 .../information_schema/key_column_usage.yaml       |   0
 .../opengauss/information_schema/parameters.yaml   | 267 ++++++++
 .../referential_constraints.yaml                   |   0
 .../information_schema/role_column_grants.yaml     |   0
 .../information_schema/role_routine_grants.yaml    |   0
 .../information_schema/role_table_grants.yaml      |   0
 .../information_schema/role_udt_grants.yaml        |   0
 .../information_schema/role_usage_grants.yaml      |   0
 .../information_schema/routine_privileges.yaml     |   0
 .../opengauss/information_schema/routines.yaml     | 675 +++++++++++++++++++++
 .../information_schema/schemata.yaml               |   0
 .../information_schema/sequences.yaml              |   0
 .../information_schema/sql_features.yaml           |   0
 .../sql_implementation_info.yaml                   |   0
 .../information_schema/sql_languages.yaml          |  75 +++
 .../opengauss/information_schema/sql_packages.yaml |  59 ++
 .../information_schema/sql_parts.yaml              |   0
 .../information_schema/sql_sizing.yaml             |   0
 .../information_schema/sql_sizing_profiles.yaml    |  59 ++
 .../information_schema/table_constraints.yaml      |  91 +++
 .../information_schema/table_privileges.yaml       |   0
 .../opengauss/information_schema/tables.yaml       | 115 ++++
 .../triggered_update_columns.yaml                  |   0
 .../information_schema/triggers.yaml               |   0
 .../information_schema/udt_privileges.yaml         |   0
 .../information_schema/usage_privileges.yaml       |   0
 .../information_schema/user_defined_types.yaml     |   0
 .../information_schema/user_mapping_options.yaml   |   0
 .../information_schema/user_mappings.yaml          |   0
 .../information_schema/view_column_usage.yaml      |   0
 .../information_schema/view_routine_usage.yaml     |   0
 .../information_schema/view_table_usage.yaml       |   0
 .../schema/opengauss/information_schema/views.yaml |  99 +++
 .../builder/SystemSchemaBuilderRuleTest.java       |   7 +
 .../schema/builder/SystemSchemaBuilderTest.java    |   1 +
 ...nformation_schema__pg_foreign_data_wrappers.xml |  28 +
 ...auss_information_schema__pg_foreign_servers.xml |  30 +
 ...nformation_schema__pg_foreign_table_columns.xml |  25 +
 ...gauss_information_schema__pg_foreign_tables.xml |  28 +
 ...ngauss_information_schema__pg_user_mappings.xml |  28 +
 ...on_schema_administrable_role_authorizations.xml |  24 +
 ...engauss_information_schema_applicable_roles.xml |  24 +
 ...ect_opengauss_information_schema_attributes.xml |  52 ++
 ...opengauss_information_schema_character_sets.xml |  29 +
 ...ation_schema_check_constraint_routine_usage.xml |  27 +
 ...ngauss_information_schema_check_constraints.xml |  25 +
 ...chema_collation_character_set_applicability.xml |  27 +
 ...ect_opengauss_information_schema_collations.xml |  25 +
 ...auss_information_schema_column_domain_usage.xml |  28 +
 ...opengauss_information_schema_column_options.xml |  27 +
 ...ngauss_information_schema_column_privileges.xml |  29 +
 ...engauss_information_schema_column_udt_usage.xml |  28 +
 ...select_opengauss_information_schema_columns.xml |  65 ++
 ..._information_schema_constraint_column_usage.xml |  28 +
 ...s_information_schema_constraint_table_usage.xml |  27 +
 ...uss_information_schema_data_type_privileges.xml |  26 +
 ...gauss_information_schema_domain_constraints.xml |  29 +
 ...engauss_information_schema_domain_udt_usage.xml |  27 +
 ...select_opengauss_information_schema_domains.xml |  48 ++
 ..._opengauss_information_schema_element_types.xml |  50 ++
 ..._opengauss_information_schema_enabled_roles.xml |  22 +
 ...rmation_schema_foreign_data_wrapper_options.xml |  25 +
 ...ss_information_schema_foreign_data_wrappers.xml |  26 +
 ...s_information_schema_foreign_server_options.xml |  25 +
 ...pengauss_information_schema_foreign_servers.xml |  28 +
 ...ss_information_schema_foreign_table_options.xml |  26 +
 ...opengauss_information_schema_foreign_tables.xml |  26 +
 ...tion_schema_information_schema_catalog_name.xml |  22 +
 ...engauss_information_schema_key_column_usage.xml |  30 +
 ...ect_opengauss_information_schema_parameters.xml |  52 ++
 ..._information_schema_referential_constraints.xml |  30 +
 ...gauss_information_schema_role_column_grants.xml |  29 +
 ...auss_information_schema_role_routine_grants.xml |  31 +
 ...ngauss_information_schema_role_table_grants.xml |  29 +
 ...pengauss_information_schema_role_udt_grants.xml |  28 +
 ...ngauss_information_schema_role_usage_grants.xml |  29 +
 ...gauss_information_schema_routine_privileges.xml |  31 +
 ...elect_opengauss_information_schema_routines.xml | 103 ++++
 ...elect_opengauss_information_schema_schemata.xml |  28 +
 ...lect_opengauss_information_schema_sequences.xml |  33 +
 ...t_opengauss_information_schema_sql_features.xml |  28 +
 ..._information_schema_sql_implementation_info.xml |  26 +
 ..._opengauss_information_schema_sql_languages.xml |  28 +
 ...t_opengauss_information_schema_sql_packages.xml |  26 +
 ...lect_opengauss_information_schema_sql_parts.xml |  26 +
 ...ect_opengauss_information_schema_sql_sizing.xml |  25 +
 ...auss_information_schema_sql_sizing_profiles.xml |  26 +
 ...ngauss_information_schema_table_constraints.xml |  30 +
 ...engauss_information_schema_table_privileges.xml |  29 +
 .../select_opengauss_information_schema_tables.xml |  33 +
 ...information_schema_triggered_update_columns.xml |  28 +
 ...elect_opengauss_information_schema_triggers.xml |  38 ++
 ...opengauss_information_schema_udt_privileges.xml |  28 +
 ...engauss_information_schema_usage_privileges.xml |  29 +
 ...gauss_information_schema_user_defined_types.xml |  50 ++
 ...uss_information_schema_user_mapping_options.xml |  26 +
 ..._opengauss_information_schema_user_mappings.xml |  24 +
 ...ngauss_information_schema_view_column_usage.xml |  28 +
 ...gauss_information_schema_view_routine_usage.xml |  27 +
 ...engauss_information_schema_view_table_usage.xml |  27 +
 .../select_opengauss_information_schema_views.xml  |  31 +
 .../dql/dql-integration-select-system-schema.xml   | 263 ++++++++
 136 files changed, 4145 insertions(+), 1 deletion(-)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/_pg_foreign_data_wrappers.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/_pg_foreign_servers.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/_pg_foreign_table_columns.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/_pg_foreign_tables.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/_pg_user_mappings.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/administrable_role_authorizations.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/applicable_roles.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/attributes.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/character_sets.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/check_constraint_routine_usage.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/check_constraints.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/collation_character_set_applicability.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/collations.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/column_domain_usage.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/column_options.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/column_privileges.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/column_udt_usage.yaml (100%)
 create mode 100644 infra/common/src/main/resources/schema/opengauss/information_schema/columns.yaml
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/constraint_column_usage.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/constraint_table_usage.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/data_type_privileges.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/domain_constraints.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/domain_udt_usage.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/domains.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/element_types.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/enabled_roles.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/foreign_data_wrapper_options.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/foreign_data_wrappers.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/foreign_server_options.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/foreign_servers.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/foreign_table_options.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/foreign_tables.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/information_schema_catalog_name.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/key_column_usage.yaml (100%)
 create mode 100644 infra/common/src/main/resources/schema/opengauss/information_schema/parameters.yaml
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/referential_constraints.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/role_column_grants.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/role_routine_grants.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/role_table_grants.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/role_udt_grants.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/role_usage_grants.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/routine_privileges.yaml (100%)
 create mode 100644 infra/common/src/main/resources/schema/opengauss/information_schema/routines.yaml
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/schemata.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/sequences.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/sql_features.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/sql_implementation_info.yaml (100%)
 create mode 100644 infra/common/src/main/resources/schema/opengauss/information_schema/sql_languages.yaml
 create mode 100644 infra/common/src/main/resources/schema/opengauss/information_schema/sql_packages.yaml
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/sql_parts.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/sql_sizing.yaml (100%)
 create mode 100644 infra/common/src/main/resources/schema/opengauss/information_schema/sql_sizing_profiles.yaml
 create mode 100644 infra/common/src/main/resources/schema/opengauss/information_schema/table_constraints.yaml
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/table_privileges.yaml (100%)
 create mode 100644 infra/common/src/main/resources/schema/opengauss/information_schema/tables.yaml
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/triggered_update_columns.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/triggers.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/udt_privileges.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/usage_privileges.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/user_defined_types.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/user_mapping_options.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/user_mappings.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/view_column_usage.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/view_routine_usage.yaml (100%)
 copy infra/common/src/main/resources/schema/{postgresql => opengauss}/information_schema/view_table_usage.yaml (100%)
 create mode 100644 infra/common/src/main/resources/schema/opengauss/information_schema/views.yaml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema__pg_foreign_data_wrappers.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema__pg_foreign_servers.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema__pg_foreign_table_columns.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema__pg_foreign_tables.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema__pg_user_mappings.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_administrable_role_authorizations.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_applicable_roles.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_attributes.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_character_sets.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_check_constraint_routine_usage.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_check_constraints.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_collation_character_set_applicability.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_collations.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_column_domain_usage.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_column_options.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_column_privileges.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_column_udt_usage.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_columns.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_constraint_column_usage.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_constraint_table_usage.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_data_type_privileges.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_domain_constraints.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_domain_udt_usage.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_domains.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_element_types.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_enabled_roles.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_foreign_data_wrapper_options.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_foreign_data_wrappers.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_foreign_server_options.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_foreign_servers.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_foreign_table_options.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_foreign_tables.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_information_schema_catalog_name.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_key_column_usage.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_parameters.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_referential_constraints.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_role_column_grants.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_role_routine_grants.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_role_table_grants.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_role_udt_grants.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_role_usage_grants.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_routine_privileges.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_routines.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_schemata.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_sequences.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_sql_features.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_sql_implementation_info.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_sql_languages.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_sql_packages.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_sql_parts.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_sql_sizing.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_sql_sizing_profiles.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_table_constraints.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_table_privileges.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_tables.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_triggered_update_columns.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_triggers.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_udt_privileges.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_usage_privileges.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_user_defined_types.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_user_mapping_options.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_user_mappings.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_view_column_usage.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_view_routine_usage.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_view_table_usage.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_opengauss_information_schema_views.xml