Skip to content

[Dev][Python] Unused python scripts under python/scripts #49046

Description

@raulcd

Describe the bug, including details regarding any error messages, version, and platform.

We have two scripts under python/scripts which doesn't seem used nor documented:

https://github.com/apache/arrow/blob/0e9e32fc231a81552fac4818ab7c671ca04dabec/python/scripts/test_leak.py
and
https://github.com/apache/arrow/blob/0e9e32fc231a81552fac4818ab7c671ca04dabec/python/scripts/test_imports.py

I think test_imports.py can be removed. test_leak.py can potentially be useful as a snippet on how to check for possible leaks but if we want to keep it we should probably document it.

Component(s)

Developer Tools, Python

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions