Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14432 )
Change subject: IMPALA-8950: Set overwrite to False by default in fs_client.copy ...................................................................... IMPALA-8950: Set overwrite to False by default in fs_client.copy test_udfs.py and test_load.py are consistently failing on S3 with the following error: E TypeError: copy() takes exactly 4 arguments (3 given) The issue is that a new parameter 'overwrite' was added to the method 'HadoopFsCommandLineClient.copy', but with no default value. This patch fixes the issue by adding 'overwrite=False'. Testing: * Ran core tests on S3 Change-Id: I1935e0c92f7402e727ee16596485147cf1a5a516 Reviewed-on: http://gerrit.cloudera.org:8080/14432 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/util/hdfs_util.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/14432 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1935e0c92f7402e727ee16596485147cf1a5a516 Gerrit-Change-Number: 14432 Gerrit-PatchSet: 3 Gerrit-Owner: Sahil Takiar <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
