mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
Before this patch impala-shell inserted a \n char after every 76 bytes. The fix is to switch to a different function for encoding. The exact semantics of base64 functions is described in https://docs.python.org/3/library/base64.html Based on impyla fix https://github.com/cloudera/impyla/pull/562 by https://github.com/paulmayer (released in Impyla 0.21a3) Change-Id: I4d73d682cf2d1843d9801ef71b99d551b79deb19 Reviewed-on: http://gerrit.cloudera.org:8080/22780 Reviewed-by: Csaba Ringhofer <csringhofer@cloudera.com> Tested-by: Csaba Ringhofer <csringhofer@cloudera.com> Reviewed-on: http://gerrit.cloudera.org:8080/22812 Reviewed-by: Michael Smith <michael.smith@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>