Joe McDonnell has posted comments on this change. ( http://gerrit.cloudera.org:8080/20624 )
Change subject: IMPALA-12517: Decode binary data with Python 3 ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/20624/2/shell/value_converter.py File shell/value_converter.py: http://gerrit.cloudera.org:8080/#/c/20624/2/shell/value_converter.py@37 PS2, Line 37: return lambda s: s.decode(errors='replace') What do you think about 'backslashreplace'? It needs Python 3.5 or above, but it isn't lossy (or at least not in the same way). I guess that's not the same as python 2. -- To view, visit http://gerrit.cloudera.org:8080/20624 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9222cd1ac081a38ab2b37d58628faac0812695ec Gerrit-Change-Number: 20624 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Comment-Date: Thu, 26 Oct 2023 17:18:46 +0000 Gerrit-HasComments: Yes
