Skip to content
New issue

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

!metadata 1 shows all declared methods #215

Closed
snuyanzin opened this issue Nov 20, 2018 · 1 comment
Closed

!metadata 1 shows all declared methods #215

snuyanzin opened this issue Nov 20, 2018 · 1 comment

Comments

@snuyanzin
Copy link
Collaborator

0: jdbc:hive2://sandbox-hdp.hortonworks.com:2> !metadata 1                                                                                                                                                         
metadata 1                                                                                                                                                                                                         
[]                                                                                                                                                                                                                 
No such method "1"                                                                                                                                                                                                 
Possible methods:                                                                                                                                                                                                  
   allProceduresAreCallable                                                                                                                                                                                        
   allTablesAreSelectable                                                                                                                                                                                          
   autoCommitFailureClosesAllResultSets                                                                                                                                                                            
   dataDefinitionCausesTransactionCommit                                                                                                                                                                           
   dataDefinitionIgnoredInTransactions                                                                                                                                                                             
   deletesAreDetected                                                                                                                                                                                              
   doesMaxRowSizeIncludeBlobs                                                                                                                                                                                      
   equals   
...          

shows even Object's methods like equals, hashCode and others

@julianhyde
Copy link
Owner

Fixed in caa9aa7, PR #216. Thanks for the PR, @snuyanzin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants