raulcd commented on PR #43325:
URL: https://github.com/apache/arrow/pull/43325#issuecomment-2238958989
I am unsure on why an empty directory with `pyarrow.` is being added and why
`pyarrow.tests` aren't being excluded, it will require more investigation but
the initial `examples`, `cmake_modules`, `benchmarks` and `scripts` have been
removed from the generated wheel:
```
$ ls
pyarrow pyarrow.
pyarrow-18.0.0.dev19-cp310-cp310-manylinux_2_28_x86_64.whl
pyarrow-18.0.0.dev19.dist-info
$ ls -lart pyarrow./
total 8
drwxr-xr-x 2 raulcd raulcd 4096 jul 19 10:59 .
drwxrwxr-x 5 raulcd raulcd 4096 jul 19 13:32 ..
$ ls pyarrow/tests/
arrow_16597.py interchange
test_adhoc_memory_leak.py test_cuda_numba_interop.py test_exec_plan.py
test_io.py test_scalars.py test_udf.py
arrow_39313.py pandas_examples.py test_array.py
test_cuda.py test_extension_type.py test_ipc.py
test_schema.py test_util.py
arrow_7980.py pandas_threaded_import.py
test_builder.py test_cython.py test_feather.py
test_json.py test_sparse_tensor.py util.py
bound_function_visit_strings.pyx parquet test_cffi.py
test_dataset_encryption.py test_flight_async.py test_jvm.py
test_strategies.py
conftest.py pyarrow_cython_example.pyx
test_compute.py test_dataset.py test_flight.py
test_memory.py test_substrait.py
data read_record_batch.py
test_convert_builtin.py test_deprecations.py test_fs.py
test_misc.py test_table.py
extensions.pyx strategies.py
test_cpp_internals.py test_device.py test_gandiva.py
test_orc.py test_tensor.py
__init__.py test_acero.py test_csv.py
test_dlpack.py test_gdb.py test_pandas.py
test_types.py
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]