Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-1320

truncate table db_name.table_name fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.8.0
    • None
    • None

    Description

      On a cluster with Sentry enabled using Kerberos (MIT)
      Steps to reproduce:

      create database temp;
      use temp;
      create table a(b int);
      use default;
      truncate table temp.a;
      Error: Error while compiling statement: FAILED: IllegalArgumentException null (state=42000,code=40000)

      Attachments

        1. SENTRY-1320.01.patch
          4 kB
          Vihang Karajgaonkar

        Activity

          People

            vihangk1 Vihang Karajgaonkar
            vihangk1 Vihang Karajgaonkar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: