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

Need to do case insensitive checks for childURI.implies(parentURI)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 1.3.0
    • None
    • None
    • None

    Description

      Following does not seem to work:
      grant all on URI '/tmp/ABC' to role test_sentry;
      create external table test(col int) location '/tmp/abc/hh';

      But following seems to work:
      grant all on URI '/tmp/ABC/hh' to role test_sentry;
      create external table test(col int) location '/tmp/abc/hh';

      grant all on URI '/tmp/abc' to role test_sentry;
      create external table test(col int) location '/tmp/abc/hh';

      Attachments

        1. SENTRY-964.0.patch
          4 kB
          Sravya Tirukkovalur

        Activity

          People

            sravya Sravya Tirukkovalur
            sravya Sravya Tirukkovalur
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: