ayushtkn commented on pull request #1321:
URL: https://github.com/apache/hive/pull/1321#issuecomment-664039641


   Reason -
   ``  public boolean primarykeys(String line) throws Exception {
       return metadata("getPrimaryKeys", new String[] {
           beeLine.getConnection().getCatalog(), null,
           arg1(line, "table name"),});``
   Db_Name is passed `null` from `Command.java` and that is a valid value, 
which is handled later at `MetaStoreDirectSql.java`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to