Skip to content

Commit

Permalink
Update LocalFSDirectoryListing.java
Browse files Browse the repository at this point in the history
fix: (plugin): change the code for the configuration to delete the compressed file after extraction

LocalFSDirectoryListing.java:[104,5] (metrics) CyclomaticComplexity: Cyclomatic Complexity is 16 (max allowed is 15).

When using zipped file, is there any reason , why the compressed file is not removed from the directory once extracted? #603 695c6f2
  • Loading branch information
github-actions[bot] committed May 7, 2024
1 parent a56074e commit 9a22c60
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/developer-guide/file-system-listing/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
<td><code>true</code></td>
<td>MEDIUM</td>
</tr>
<tr>
<td><code>fs.delete.compress.files.enabled</code></td>
<td>Flag indicating whether compressed file should be deleted after extraction</td>
<td><code>boolean</code></td>
<td><code>false</code></td>
<td>MEDIUM</td>
</tr>
</tbody>
</table>
<h2 id="supported-file-types">Supported File types</h2>
Expand Down
Loading

0 comments on commit 9a22c60

Please sign in to comment.