mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
Fix show tables as JDBC with security enabled This commit fixes the test SqlSecurityTestCase.testShowTablesWorksAsAdmin to skip over any indices/aliases that exist starting with `.security`. Use value comparison instead of the result sets Fix an offset bug while at it (columns start at 1 not 0) Resolves elastic/x-pack-elasticsearch#3423 Original commit: elastic/x-pack-elasticsearch@6fffda6070