[
https://issues.apache.org/jira/browse/HIVE-27091?focusedWorklogId=848073&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-848073
]
ASF GitHub Bot logged work on HIVE-27091:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Feb/23 14:30
Start Date: 28/Feb/23 14:30
Worklog Time Spent: 10m
Work Description: saihemanth-cloudera merged PR #4071:
URL: https://github.com/apache/hive/pull/4071
Issue Time Tracking
-------------------
Worklog Id: (was: 848073)
Time Spent: 0.5h (was: 20m)
> Add double quotes for tables in PartitionProjectionEvaluator
> ------------------------------------------------------------
>
> Key: HIVE-27091
> URL: https://issues.apache.org/jira/browse/HIVE-27091
> Project: Hive
> Issue Type: Bug
> Components: Standalone Metastore
> Reporter: Zhihua Deng
> Assignee: Zhihua Deng
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> When PartitionProjectionEvaluator requests partitions against PostgreSQL,
> there throws exception:
> {noformat}
> javax.jdo.JDODataStoreException: Error executing SQL query "select
> "SDS"."LOCATION","PARTITIONS"."CREATE_TIME","SDS"."SD_ID","PARTITIONS"."PART_ID"
> from PARTITIONS left outer join SDS on PARTITIONS."SD_ID" = SDS."SD_ID"
> left outer join SERDES on SDS."SERDE_ID" = SERDES."SERDE_ID" where "PART_ID"
> in (92731,92732,92733,92734,92735,92736) order by "PART_NAME" asc".
> …
> Caused by: org.postgresql.util.PSQLException: ERROR: relation "partitions"
> does not exist{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)