[
https://issues.apache.org/jira/browse/HIVE-24076?focusedWorklogId=474972&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-474972
]
ASF GitHub Bot logged work on HIVE-24076:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Aug/20 19:28
Start Date: 26/Aug/20 19:28
Worklog Time Spent: 10m
Work Description: nrg4878 commented on pull request #1433:
URL: https://github.com/apache/hive/pull/1433#issuecomment-681078499
Thank you for the review @yongzhi
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 474972)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)