Pooja Nilangekar has uploaded a new patch set (#3).
Change subject: IMPALA-5232: Parquet reader error message prints memory address
instead of value
......................................................................
IMPALA-5232: Parquet reader error message prints memory address instead of value
Changed the argument of the message to print the size instead of
the memory location.
Testing: Automating the test would be non-trivial as it would require
generating a corrupt parquet file to trigger the error condition. Also,
the test would only have to check a change in the error message and not
the control flow. Manually tested the error message by modifying the
value of num_bytes and performing a select on a table in parquet format.
Tested both condition with the following values:
- num_bytes = -1
- num_bytes = *data_size + 1
Change-Id: I6a8f424807877c38d6f113db924cec8c68828c70
---
M be/src/exec/parquet-column-readers.cc
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/82/6982/3
--
To view, visit http://gerrit.cloudera.org:8080/6982
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6a8f424807877c38d6f113db924cec8c68828c70
Gerrit-PatchSet: 3
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Pooja Nilangekar <[email protected]>
Gerrit-Reviewer: Sailesh Mukil <[email protected]>