Hello Daniel Becker, Riza Suminto, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/19548

to look at the new patch set (#2).

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

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
---
M fe/src/main/java/org/apache/impala/catalog/ColumnStats.java
1 file changed, 13 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/48/19548/2
--
To view, visit http://gerrit.cloudera.org:8080/19548
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If585d2543d49978140dcb7b8d49d6ea50e4a8544
Gerrit-Change-Number: 19548
Gerrit-PatchSet: 2
Gerrit-Owner: Csaba Ringhofer <csringho...@cloudera.com>
Gerrit-Reviewer: Daniel Becker <daniel.bec...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com>

Reply via email to