Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-10569

Null meta information when getting meta for a customized schema cache through JDBC driver

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • jdbc
    • None

    Description

      When I create a cache with customized schema(not PUBLIC), then query the column meta information through thin JDBC driver it will return null.

       

      Analysis:

      The cases of schema name is different in GridQueryTypeDescriptor and CacaheConfiguration.

      So the schema validation

      if (!matches(table.schemaName(), req.schemaName()))

      in method JdbcRequestHandler.getColumnsMeta will not pass.

      Attachments

        Issue Links

          Activity

            People

              ldz Ray Liu
              ldz Ray Liu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: