Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1028

JDBC should support SET command.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.9.0
    • None
    • None

    Description

      Currently Tajo JDBC doesn't support SET command for setting session variable.
      JDBC user can set session variable using Statement.executeQuery() method as the following code.

        Statement stmt = conn.createStatement();
        stmt.executeQuery("set HASH_GROUPBY_SIZE_LIMIT 128");
      

      Attachments

        Activity

          People

            hjkim Hyoungjun Kim
            hjkim Hyoungjun Kim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: