Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-26186

Resultset returned by getTables does not order data per JDBC specification

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.1.3
    • None
    • JDBC
    • None

    Description

      JDBC specification states that data in a Resultset must be ordered.

      A simple Java program issues a request to getTables
      ResultSet rs = dbMeta.getTables( null, "cert", "%", null);

      The Resultset is not order per JDBC spec
      https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTables-java.lang.String-java.lang.String-java.lang.String-java.lang.String:A-

      Happens with various releases including

      hive-jdbc-3.1.3000.7.1.7.0-551

      hive-jdbc-3.1.3000.7.1.6.0-297

      Attachments

        1. HiveMeta.png
          25 kB
          N Campbell

        Activity

          People

            Unassigned Unassigned
            the6campbells N Campbell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: