Skip to content

Commit b8b6178

Browse files
committed
Removed MSCONCAT retry changes
1 parent e123931 commit b8b6178

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure/datalake/store/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,7 @@ def concat(self, outfile, filelist, delete_source=False):
548548
self.azure.call('MSCONCAT', outfile.as_posix(),
549549
data=bytearray(json.dumps(sources,separators=(',', ':')), encoding="utf-8"),
550550
deleteSourceDirectory=delete,
551-
headers={'Content-Type': "application/json"},
552-
retry_policy=ExponentialRetryPolicy(max_retries=0))
551+
headers={'Content-Type': "application/json"})
553552
self.invalidate_cache(outfile)
554553

555554
merge = concat

0 commit comments

Comments
 (0)