Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add double backtick to Quoted Identifiers

...

User and role names may optionally be surrounded by back-tick backtick characters (`) when the configuration parameter hive.support.quoted.identifiers is set to column (default value). All Unicode characters are permitted in the quoted identifiers, with double backticks (``) representing a backtick character. However when hive.support.quoted.identifiers is set to none, only alphanumeric and underscore characters are permitted in user names and role names.

...