[
https://issues.apache.org/jira/browse/HIVE-26267?focusedWorklogId=777334&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-777334
]
ASF GitHub Bot logged work on HIVE-26267:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Jun/22 08:09
Start Date: 02/Jun/22 08:09
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #3325:
URL: https://github.com/apache/hive/pull/3325#discussion_r887686514
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java:
##########
@@ -3746,7 +3747,7 @@ public CompactionResponse compact(CompactionRequest rqst)
throws MetaException {
}
close(rs);
Review Comment:
could we wrap prep statement in try-catch so no explicit close is required
Issue Time Tracking
-------------------
Worklog Id: (was: 777334)
Time Spent: 0.5h (was: 20m)
> Addendum to HIVE-26107: perpared statement is not working on Postgres
> ---------------------------------------------------------------------
>
> Key: HIVE-26267
> URL: https://issues.apache.org/jira/browse/HIVE-26267
> Project: Hive
> Issue Type: Bug
> Reporter: László Végh
> Assignee: László Végh
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The assembled prepared statement in
> {code:java}
> org.apache.hadoop.hive.metastore.txn.TxnHandler#compact{code}
> does not work for Postgres DB.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)