Alex Behm has posted comments on this change. Change subject: IMPALA-3302: Fix ASAN use-after-free failure in Kudu scanner ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/2749/1/be/src/exec/kudu-scanner.cc File be/src/exec/kudu-scanner.cc: Line 270: DCHECK(slot->type().IsStringType()); > this should be IsVarLenStringType(). We'll need to handle inline char diffe Do we inline chars today? -- To view, visit http://gerrit.cloudera.org:8080/2749 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib513aae531086355e77ac9c35ed38728efaa0be9 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Casey Ching <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-HasComments: Yes
