You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zuyu
changed the title
dwio/common/compression DWIO_ENSURE_LE check output NOT as expected
dwio/common/compression/Compression.cpp DWIO_ENSURE_LE check output NOT as expected
Nov 26, 2024
Bug description
velox/velox/dwio/common/compression/Compression.cpp
Lines 290 to 297 in f33b40d
[Expected behavior]
Reason: [Range Constraint Violation : 32>=2227206908] : LZ4 decompression failed, remainingOutputSize is less than decompressedBlockSize, remainingOutputSize: 32, decompressedBlockSize: 2227206908
[actual behavior]
Reason: [Range Constraint Violation : 32>=2227206908] : {} decompression failed, remainingOutputSize is less than decompressedBlockSize, remainingOutputSize: {}, decompressedBlockSize: {}5322227206908
The text was updated successfully, but these errors were encountered: