[
https://issues.apache.org/jira/browse/IMPALA-11795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17693662#comment-17693662
]
Csaba Ringhofer commented on IMPALA-11795:
------------------------------------------
I think that this issue can happen specifically for TIMESTAMP columns:
What seems to happen is that the besides the integer types the stats for
TIMESTAMP is also stored as LongColumnStatsData:
https://github.com/apache/impala/blob/d0592c0dbf4d634cc26b2e9872a9f62af5249cdd/fe/src/main/java/org/apache/impala/catalog/ColumnStats.java#L572
but setLowAndHighValue() does not accept TIMESTAMP, only integer types:
https://github.com/apache/impala/blob/d0592c0dbf4d634cc26b2e9872a9f62af5249cdd/fe/src/main/java/org/apache/impala/catalog/ColumnStats.java#L465
> Failed to load table metadata from catalog due to EXCEPTION:Unsupported type
> encountered in setLowAndHighValue()
> ----------------------------------------------------------------------------------------------------------------
>
> Key: IMPALA-11795
> URL: https://issues.apache.org/jira/browse/IMPALA-11795
> Project: IMPALA
> Issue Type: Bug
> Affects Versions: Impala 4.2.0
> Reporter: zhi tang
> Priority: Major
> Fix For: Impala 4.3.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]