### Describe the enhancement requested In the current version (23.0), [pyarrow.concat_tables](https://arrow.apache.org/docs/python/generated/pyarrow.concat_tables.html) has the option `promote_options`, whereas that option is missing in [pyarrow.concat_batches](https://arrow.apache.org/docs/python/generated/pyarrow.concat_batches.html#) ### Component(s) Python