[ 
https://issues.apache.org/jira/browse/IMPALA-11795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17705728#comment-17705728
 ] 

ASF subversion and git services commented on IMPALA-11795:
----------------------------------------------------------

Commit 5a96ffdb4cfef135ac55e24275f86414fab7e3b7 in impala's branch 
refs/heads/branch-4.1.2 from Csaba Ringhofer
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=5a96ffdb4 ]

IMPALA-11795: Ignore high/low values stats for timestamp columns

Timestamp column stats are handled as LongColumnStatsData, similarly to
integer types, but high/low value handling is not yet implemented for
timestamps. If for some reason HMS returned high/low values for
timestamps columns a Precondition ("Unsupported type encountered in
setLowAndHighValue()") was hit in Catalogd leading to failing to load
the table.

Impala does not write high/low values for timestamp columns, so I don't
know what led to this state in HMS and could only reproduce the issue
by manipulating TAB_COL_STATS in the backing db of HMS.

Testing:
- only tested manually by manipulating TAB_COL_STATS in HMS's db

Change-Id: If585d2543d49978140dcb7b8d49d6ea50e4a8544
Reviewed-on: http://gerrit.cloudera.org:8080/19548
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> 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.0.0, Impala 4.1.0, Impala 4.2.0, Impala 4.1.1
>            Reporter: Zhi Tang
>            Assignee: Csaba Ringhofer
>            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]

Reply via email to