Zoltan Borok-Nagy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23108 )
Change subject: IMPALA-14194: Fix empty file handling with recent Ozone versions ...................................................................... IMPALA-14194: Fix empty file handling with recent Ozone versions TestExplainEmptyPartition.test_non_empty_partition_0_rows can fail in Ozone builds, as for empty files Ozone started to return NULL as block locations, instead of an empty array of block locations. Testing * tested in Ozone build Change-Id: I067d66c8f90e235e871f16ac3f7faf190ffa13eb Reviewed-on: http://gerrit.cloudera.org:8080/23108 Reviewed-by: Csaba Ringhofer <[email protected]> Tested-by: Zoltan Borok-Nagy <[email protected]> --- M fe/src/main/java/org/apache/impala/catalog/FileDescriptor.java 1 file changed, 18 insertions(+), 12 deletions(-) Approvals: Csaba Ringhofer: Looks good to me, approved Zoltan Borok-Nagy: Verified -- To view, visit http://gerrit.cloudera.org:8080/23108 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I067d66c8f90e235e871f16ac3f7faf190ffa13eb Gerrit-Change-Number: 23108 Gerrit-PatchSet: 3 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
