[
https://issues.apache.org/jira/browse/HIVE-26041?focusedWorklogId=746863&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-746863
]
ASF GitHub Bot logged work on HIVE-26041:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Mar/22 20:34
Start Date: 23/Mar/22 20:34
Worklog Time Spent: 10m
Work Description: hsnusonic closed pull request #3113:
URL: https://github.com/apache/hive/pull/3113
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 746863)
Time Spent: 40m (was: 0.5h)
> Fix wrong type supplied for getLatestCommittedCompaction
> --------------------------------------------------------
>
> Key: HIVE-26041
> URL: https://issues.apache.org/jira/browse/HIVE-26041
> Project: Hive
> Issue Type: Bug
> Components: Standalone Metastore
> Reporter: Yu-Wen Lai
> Assignee: Yu-Wen Lai
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> In HIVE-25753, we filter compactions by CC_ID, but I used string type as the
> parameter for the prepared statement. That cause a type error on some
> databases (at least failed on PostgreSQL).
> To correctly handle the filter, we should useĀ
> {code:java}
> preparedStatement.setLong(...){code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)