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

SQLException thrown when the resultset becomes empty.

    XMLWordPrintableJSON

Details

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

    Description

      Using the next method on my HiveQueryResultSet, when the resultset becomes emtpy, a SQLException is thrown on this line of code:

      rowStr = (String) client.fetchOne();
      ...
      ...
      } catch (Exception ex) {
            ex.printStackTrace();
            throw new SQLException("Error retrieving next row");
          }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rdubois Rémy DUBOIS
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: