Daniel Becker has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/21292 )
Change subject: IMPALA-12996: Add support for DATE in Iceberg metadata tables ...................................................................... IMPALA-12996: Add support for DATE in Iceberg metadata tables DATE fields in Iceberg metadata tables were NULLed out before this change. This change adds support for displaying their actual values. DATE fields are stored as 32-bit integers (storing the number of days since the epoch), so they are handled similarly to INTS, but if they are out of the valid DATE range, their value is set to DateValue::INVALID_DAYS_SINCE_EPOCH. Tests: - added a test query and adjusted existing ones in iceberg-metadata-tables.test Change-Id: Ib2223385f90555b1f9b22f3e27fa0e2489c3b9b5 --- M be/src/exec/iceberg-metadata/iceberg-row-reader.cc M be/src/exec/iceberg-metadata/iceberg-row-reader.h M testdata/workloads/functional-query/queries/QueryTest/iceberg-metadata-tables.test 3 files changed, 52 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/92/21292/3 -- To view, visit http://gerrit.cloudera.org:8080/21292 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ib2223385f90555b1f9b22f3e27fa0e2489c3b9b5 Gerrit-Change-Number: 21292 Gerrit-PatchSet: 3 Gerrit-Owner: Daniel Becker <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
