[
https://issues.apache.org/jira/browse/HIVE-24076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HIVE-24076:
----------------------------------
Labels: pull-request-available (was: )
> 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
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)