Add syntax:
SELECT /*+ hint_name('k1'='v1', 'k2'='v2') ... */ FROM ...
The "k1" and "k2" are both string literal.
GitHub Pull Request #1821