Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23075
Change subject: IMPALA-13892: Add support for printing STRUCTs ...................................................................... IMPALA-13892: Add support for printing STRUCTs Tuple cache correctness verification is failing as the code in debug-util.cc used for printing the text version of tuples does not support printing structs. It hits a DCHECK and kills Impala. This adds supports for printing structs to debug-util.cc, fixing tuple cache correctness verification for complex types. Testing: - Added a custom cluster test using nested types with correctness verification - Examined some of the text files Change-Id: Ib9479754c2766a9dd6483ba065e26a4d3a22e7e9 --- M be/src/util/debug-util.cc M be/src/util/debug-util.h M tests/custom_cluster/test_tuple_cache.py 3 files changed, 123 insertions(+), 43 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/75/23075/1 -- To view, visit http://gerrit.cloudera.org:8080/23075 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib9479754c2766a9dd6483ba065e26a4d3a22e7e9 Gerrit-Change-Number: 23075 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
