[ https://issues.apache.org/jira/browse/HIVE-24076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Naveen Gangam reassigned HIVE-24076: ------------------------------------ > MetastoreDirectSql.getDatabase() needs a space in the query > ----------------------------------------------------------- > > Key: HIVE-24076 > URL: https://issues.apache.org/jira/browse/HIVE-24076 > Project: Hive > Issue Type: Sub-task > Components: Hive > Affects Versions: 4.0.0 > Reporter: Naveen Gangam > Assignee: Naveen Gangam > Priority: Minor > > String queryTextDbSelector= "select " > + "\"DB_ID\", \"NAME\", \"DB_LOCATION_URI\", \"DESC\", " > + "\"OWNER_NAME\", \"OWNER_TYPE\", \"CTLG_NAME\" , \"CREATE_TIME\", > \"DB_MANAGED_LOCATION_URI\"" > + "FROM "+ DBS > There needs to be a space before FROM so the query is right. Currently it > falls back to JDO, so not lapse in functionality. -- This message was sent by Atlassian Jira (v8.3.4#803005)