[ https://issues.apache.org/jira/browse/HIVE-26041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yu-Wen Lai resolved HIVE-26041. ------------------------------- Resolution: Fixed > 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)