Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Impala 4.0.0
-
ghx-label-9
Description
The backend test failed in exhaustive release build:
/data/jenkins/workspace/impala-cdpd-master-staging-exhaustive-release/repos/Impala/be/src/runtime/tmp-file-mgr-test.cc:1060: Failure
Expected: (compressed_handle->file_) != (uncompressed_handle->file_), actual: 0xb033e00 vs 0xb033e00
/data/jenkins/workspace/impala-cdpd-master-staging-exhaustive-release/repos/Impala/be/src/runtime/tmp-file-mgr-test.cc:1069: Failure
Value of: io::DiskFileStatus::PERSISTED
Actual: 4-byte object <01-00 00-00>
Expected: tmp_file->DiskFile()->GetFileStatus()
Which is: 4-byte object <00-00 00-00>
/data/jenkins/workspace/impala-cdpd-master-staging-exhaustive-release/repos/Impala/be/src/runtime/tmp-file-mgr-test.cc:1069: Failure
Value of: io::DiskFileStatus::PERSISTED
Actual: 4-byte object <01-00 00-00>
Expected: tmp_file->DiskFile()->GetFileStatus()
Which is: 4-byte object <00-00 00-00>
Attachments
Issue Links
- is caused by
-
IMPALA-9867 Add Support for Spilling to HDFS
- Closed