We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!close Ambiguous command: [close, closeall]
There is also a unit test in code for this issue:
/** * Tests the "close" command, * [HIVE-5768] Beeline connection cannot be closed with '!close' command. */ @Test public void testClose() throws Throwable { checkScriptFile("!close 1\n", false, equalTo(SqlLine.Status.OK), equalTo("xx")); }
In case of duplicates before throwing the exception we should look for the exact match.
The text was updated successfully, but these errors were encountered:
Opened PR - #140.
Sorry, something went wrong.
Fixed in 482f573, PR #140. Thanks @arina-ielchiieva!
No branches or pull requests
There is also a unit test in code for this issue:
In case of duplicates before throwing the exception we should look for the exact match.
The text was updated successfully, but these errors were encountered: