Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/22721 )
Change subject: IMPALA-13927: Fix crash on invalid BINARY data in TEXT tables ...................................................................... Patch Set 2: (2 comments) thanks for fixing this, looks good, only found a duplicate test http://gerrit.cloudera.org:8080/#/c/22721/2/be/src/exec/text-converter.inline.h File be/src/exec/text-converter.inline.h: http://gerrit.cloudera.org:8080/#/c/22721/2/be/src/exec/text-converter.inline.h@105 PS2, Line 105: parse_result = StringParser::PARSE_FAILURE; : break; optional: it would be clearer to extract the string parsing switch part of the function into an inline function that could return a bool or StringParser::ParseResult http://gerrit.cloudera.org:8080/#/c/22721/2/testdata/workloads/functional-query/queries/QueryTest/invalid-binary-type.test File testdata/workloads/functional-query/queries/QueryTest/invalid-binary-type.test: http://gerrit.cloudera.org:8080/#/c/22721/2/testdata/workloads/functional-query/queries/QueryTest/invalid-binary-type.test@29 PS2, Line 29: SELECT * FROM invalid_binary; This is the same as the first query in the test. -- To view, visit http://gerrit.cloudera.org:8080/22721 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I79b712e2abe8ce6ecfbce508fd9e4e93fd63c964 Gerrit-Change-Number: 22721 Gerrit-PatchSet: 2 Gerrit-Owner: Zoltan Borok-Nagy <borokna...@cloudera.com> Gerrit-Reviewer: Csaba Ringhofer <csringho...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Comment-Date: Wed, 02 Apr 2025 14:24:44 +0000 Gerrit-HasComments: Yes